Testing without

This commit is contained in:
WilliamMiceli
2018-11-18 16:17:47 -05:00
parent da029ccab7
commit 575284f3fc

View File

@@ -28,7 +28,7 @@ services:
{{- end}} {{- end}}
{{- if .Values.TRAEFIK_HOST}} {{- if .Values.TRAEFIK_HOST}}
traefik.enable: true traefik.enable: true
traefik.frontend.auth.forward.trustForwardHeader: true # traefik.frontend.auth.forward.trustForwardHeader: 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