1d006af029
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.
8 lines
153 B
YAML
8 lines
153 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: GatewayClass
|
|
metadata:
|
|
name: traefik-internal
|
|
spec:
|
|
controllerName: traefik.io/gateway-controller
|