a5f1fefe1d
The kubernetesGateway labelSelector applies to all watched resources including GatewayClasses. Without traefik.io/instance labels, neither Traefik instance could see or accept its own GatewayClass.
10 lines
197 B
YAML
10 lines
197 B
YAML
---
|
|
apiVersion: gateway.networking.k8s.io/v1
|
|
kind: GatewayClass
|
|
metadata:
|
|
labels:
|
|
traefik.io/instance: internal
|
|
name: traefik-internal
|
|
spec:
|
|
controllerName: traefik.io/gateway-controller
|