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.
This commit is contained in:
@@ -4,4 +4,4 @@ kind: GatewayClass
|
||||
metadata:
|
||||
name: traefik-external
|
||||
spec:
|
||||
controllerName: traefik.io/gateway-controller
|
||||
controllerName: traefik.io/gateway-controller-external
|
||||
|
||||
@@ -4,4 +4,4 @@ kind: GatewayClass
|
||||
metadata:
|
||||
name: traefik-internal
|
||||
spec:
|
||||
controllerName: traefik.io/gateway-controller
|
||||
controllerName: traefik.io/gateway-controller-internal
|
||||
|
||||
Reference in New Issue
Block a user