[k8s/traefik] always redirect http to https
This commit is contained in:
parent
29273a1a55
commit
e2e3299417
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ spec:
|
|||
additionalArguments:
|
||||
- --providers.file.directory=/file-configs
|
||||
- --providers.file.watch=true
|
||||
- --entrypoints.web.http.redirections.entryPoint.to=:443
|
||||
- --entrypoints.web.http.redirections.entryPoint.scheme=https
|
||||
- --entrypoints.web.http.redirections.entrypoint.permanent=true
|
||||
volumes:
|
||||
- name: traefik-additional-configs
|
||||
mountPath: /file-configs
|
||||
|
|
Loading…
Reference in a new issue