fix(traefik): add instance labels to GatewayClasses #137

Merged
unkinben merged 1 commits from benvin/fix-gatewayclass-labels into main 2026-05-23 00:23:19 +10:00
2 changed files with 4 additions and 0 deletions
@@ -2,6 +2,8 @@
apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass kind: GatewayClass
metadata: metadata:
labels:
traefik.io/instance: external
name: traefik-external name: traefik-external
spec: spec:
controllerName: traefik.io/gateway-controller controllerName: traefik.io/gateway-controller
@@ -2,6 +2,8 @@
apiVersion: gateway.networking.k8s.io/v1 apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass kind: GatewayClass
metadata: metadata:
labels:
traefik.io/instance: internal
name: traefik-internal name: traefik-internal
spec: spec:
controllerName: traefik.io/gateway-controller controllerName: traefik.io/gateway-controller