[k8s/traefik] always redirect http to https

This commit is contained in:
Finn 2024-08-11 14:36:37 -07:00
parent 29273a1a55
commit e2e3299417

View file

@ -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