Files
argocd-apps/apps/base/traefik-system/gatewayclass-external.yaml
T
unkinben 1d006af029
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
fix(traefik): revert controllerName to default; drop invalid additionalArguments
Traefik v3.7.0 does not expose controllerName as a CLI flag or chart value.
Both GatewayClasses use the default traefik.io/gateway-controller so that
both Traefik instances (which also default to that name) will accept them.
Internal/external separation is handled by the existing labelSelector on
each provider.
2026-05-22 23:48:52 +10:00

8 lines
153 B
YAML

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