chore(traefik): prevent new change enable publishedService by default
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
This commit is contained in:
parent
4fb8a6d5c0
commit
e26e9d0fe0
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ updateStrategy:
|
||||||
maxSurge: 0
|
maxSurge: 0
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
|
kubernetesIngress:
|
||||||
|
publishedService:
|
||||||
|
enabled: false
|
||||||
kubernetesCRD:
|
kubernetesCRD:
|
||||||
allowCrossNamespace: true
|
allowCrossNamespace: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue