Uses HTTP only on backend

This commit is contained in:
WilliamMiceli
2018-09-28 16:01:10 -04:00
parent 0157bc8632
commit 4bc07e32f2

View File

@@ -17,7 +17,7 @@ services:
{{- if .Values.TRAEFIK_HOST}}
traefik.enable: true
traefik.frontend.rule: Host:${TRAEFIK_HOST}
traefik.port: "443"
traefik.port: "80"
traefik.frontend.entryPoints: http,https
traefik.frontend.headers.forceSTSHeader: true
traefik.frontend.headers.SSLRedirect: true
@@ -27,7 +27,7 @@ services:
traefik.enable: false
{{- end}}
ports:
- "${WEB_PORT}:443"
- "${WEB_PORT}:80"
# - "${SSH_PORT}:22"
restart: on-failure
volumes: