Merge pull request 'chore(traefik): adjust breaking changes in helm values' (#527) from renovate/traefik-34.x into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #527
This commit is contained in:
commit
a0d9d9485b
1 changed files with 5 additions and 2 deletions
|
@ -6,9 +6,12 @@ deployment:
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
ports:
|
ports:
|
||||||
web:
|
web:
|
||||||
|
redirections:
|
||||||
|
entryPoint:
|
||||||
|
to: websecure
|
||||||
|
scheme: https
|
||||||
|
permanent: true
|
||||||
port: 80
|
port: 80
|
||||||
redirectTo:
|
|
||||||
port: "websecure"
|
|
||||||
websecure:
|
websecure:
|
||||||
port: 443
|
port: 443
|
||||||
metrics:
|
metrics:
|
||||||
|
|
Loading…
Reference in a new issue