Added HTTPS

This commit is contained in:
WilliamMiceli
2018-11-17 00:47:27 -05:00
parent 0889056880
commit be0bdbb013

View File

@@ -19,9 +19,9 @@ services:
{{- if .Values.TRAEFIK_HOST}} {{- if .Values.TRAEFIK_HOST}}
traefik.enable: true traefik.enable: true
traefik.frontend.rule: Host:${TRAEFIK_HOST} traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.frontend.entryPoints: http #,https traefik.frontend.entryPoints: http,https
# traefik.frontend.headers.forceSTSHeader: true # traefik.frontend.headers.forceSTSHeader: true
# traefik.frontend.headers.SSLRedirect: true traefik.frontend.headers.SSLRedirect: true
# traefik.frontend.headers.STSPreload: true # traefik.frontend.headers.STSPreload: true
# traefik.frontend.headers.STSSeconds: 15552000 # traefik.frontend.headers.STSSeconds: 15552000
traefik.port: "80" traefik.port: "80"