Testing configuration
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
- 1.1.1.1
|
||||
- 1.0.0.1
|
||||
environment:
|
||||
CHE_DOCKER_IP_EXTERNAL: ${TRAEFIK_HOST}
|
||||
CHE_DOCKER_IP_EXTERNAL: ${EXTERNAL_IP}
|
||||
CHE_HOST: ${TRAEFIK_HOST}
|
||||
CHE_IN_VM: true
|
||||
labels:
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
{{- if .Values.TRAEFIK_BASIC_AUTH}}
|
||||
traefik.frontend.auth.basic: ${TRAEFIK_BASIC_AUTH}
|
||||
{{- end}}
|
||||
# traefik.frontend.headers.SSLRedirect: true
|
||||
traefik.frontend.headers.SSLRedirect: true
|
||||
traefik.frontend.entryPoints: http,https
|
||||
traefik.frontend.redirect.entryPoint: https
|
||||
traefik.frontend.redirect.permanent: true
|
||||
|
||||
Reference in New Issue
Block a user