fix(traefik): replace invalid controllername flag with labelSelector for v3 #125
@@ -4,4 +4,4 @@ kind: GatewayClass
|
||||
metadata:
|
||||
name: traefik-external
|
||||
spec:
|
||||
controllerName: traefik.io/gateway-controller-external
|
||||
controllerName: traefik.io/gateway-controller
|
||||
|
||||
@@ -4,4 +4,4 @@ kind: GatewayClass
|
||||
metadata:
|
||||
name: traefik-internal
|
||||
spec:
|
||||
controllerName: traefik.io/gateway-controller-internal
|
||||
controllerName: traefik.io/gateway-controller
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
image:
|
||||
tag: v3.7.0
|
||||
|
||||
additionalArguments:
|
||||
- "--providers.kubernetesgateway.controllername=traefik.io/gateway-controller-external"
|
||||
|
||||
podDisruptionBudget:
|
||||
enabled: true
|
||||
@@ -29,6 +27,7 @@ providers:
|
||||
experimentalChannel: false
|
||||
namespaces: []
|
||||
nativeLBByDefault: false
|
||||
labelSelector: "traefik.io/instance=external"
|
||||
|
||||
logs:
|
||||
access:
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
image:
|
||||
tag: v3.7.0
|
||||
|
||||
additionalArguments:
|
||||
- "--providers.kubernetesgateway.controllername=traefik.io/gateway-controller-internal"
|
||||
|
||||
podDisruptionBudget:
|
||||
enabled: true
|
||||
@@ -29,6 +27,7 @@ providers:
|
||||
experimentalChannel: false
|
||||
namespaces: []
|
||||
nativeLBByDefault: false
|
||||
labelSelector: "traefik.io/instance=internal"
|
||||
|
||||
logs:
|
||||
access:
|
||||
|
||||
Reference in New Issue
Block a user