Files
argocd-apps/apps/base/traefik-system/gatewayclass-internal.yaml
T
unkinben 45fd0090e5
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline failed
fix(traefik): set controllerName on GatewayClasses and Traefik providers
GatewayClasses were stuck as Unknown because neither Traefik instance
had controllerName configured, causing both to default to
traefik.io/gateway-controller which matched neither GatewayClass.

Align the GatewayClass controllerName fields with what each Traefik
instance is now explicitly configured to advertise.
2026-05-22 23:31:02 +10:00

8 lines
162 B
YAML

---
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
name: traefik-internal
spec:
controllerName: traefik.io/gateway-controller-internal