Changed Traefik port

This commit is contained in:
WilliamMiceli
2018-09-28 15:56:22 -04:00
parent f93aae5ba8
commit 0157bc8632

View File

@@ -17,7 +17,7 @@ services:
{{- if .Values.TRAEFIK_HOST}}
traefik.enable: true
traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "80"
traefik.port: "443"
traefik.frontend.entryPoints: http,https
traefik.frontend.headers.forceSTSHeader: true
traefik.frontend.headers.SSLRedirect: true