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
Showing only changes of commit a5f1fefe1d - Show all commits
@@ -2,6 +2,8 @@
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
labels:
traefik.io/instance: external
name: traefik-external
spec:
controllerName: traefik.io/gateway-controller
@@ -2,6 +2,8 @@
apiVersion: gateway.networking.k8s.io/v1
kind: GatewayClass
metadata:
labels:
traefik.io/instance: internal
name: traefik-internal
spec:
controllerName: traefik.io/gateway-controller