http route support added

This commit is contained in:
Vaibhav Pathak 2026-02-12 17:52:24 +05:30
parent 3cae73d37a
commit 7c90eea2cc

View File

@ -38,6 +38,16 @@ rules:
- apiGroups: ["argoproj.io"]
resources: ["workflows"]
verbs: ["get", "list", "watch"]
# Gateway API HTTPRoutes - for displaying service URLs
- apiGroups: ["gateway.networking.k8s.io"]
resources: ["httproutes"]
verbs: ["get", "list", "watch"]
# Ingress - for displaying service URLs (legacy)
- apiGroups: ["networking.k8s.io"]
resources: ["ingresses"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding