Removed SSL Redirect
This commit is contained in:
@@ -21,7 +21,6 @@ services:
|
|||||||
{{- if .Values.TRAEFIK_BASIC_AUTH}}
|
{{- if .Values.TRAEFIK_BASIC_AUTH}}
|
||||||
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
|
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
traefik.frontend.headers.SSLRedirect: true
|
|
||||||
traefik.frontend.entryPoints: http,https
|
traefik.frontend.entryPoints: http,https
|
||||||
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
traefik.frontend.rule: Host:${TRAEFIK_HOST}
|
||||||
{{- else}}
|
{{- else}}
|
||||||
|
|||||||
Reference in New Issue
Block a user