add https redirect to traefik
This commit is contained in:
parent
da9a180080
commit
45a2d34bb8
|
@ -6,6 +6,13 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
valuesContent: |-
|
||||
ports:
|
||||
websecure:
|
||||
tls:
|
||||
enabled: true
|
||||
web:
|
||||
redirectTo:
|
||||
port: websecure
|
||||
deployment:
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
|
Loading…
Reference in New Issue