mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Update values.yaml
This PR to the official Helm chart breaks this. Please see my change in syntax for ports redirect. https://github.com/traefik/traefik-helm-chart/pull/934
This commit is contained in:
parent
47cabd121d
commit
06516b26eb
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ nodeSelector:
|
|||
|
||||
ports:
|
||||
web:
|
||||
redirectTo: websecure
|
||||
redirectTo:
|
||||
port: websecure
|
||||
priority: 10
|
||||
websecure:
|
||||
tls:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in a new issue