Testing configuration

This commit is contained in:
WilliamMiceli
2018-09-21 20:28:33 -04:00
parent f877685b32
commit 5e2c361004
2 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ services:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
environment: environment:
CHE_DOCKER_IP_EXTERNAL: ${TRAEFIK_HOST} CHE_DOCKER_IP_EXTERNAL: ${EXTERNAL_IP}
CHE_HOST: ${TRAEFIK_HOST} CHE_HOST: ${TRAEFIK_HOST}
CHE_IN_VM: true CHE_IN_VM: true
labels: labels:
@@ -20,7 +20,7 @@ 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.headers.SSLRedirect: true
traefik.frontend.entryPoints: http,https traefik.frontend.entryPoints: http,https
traefik.frontend.redirect.entryPoint: https traefik.frontend.redirect.entryPoint: https
traefik.frontend.redirect.permanent: true traefik.frontend.redirect.permanent: true

View File

@@ -25,13 +25,13 @@ catalog:
required: false required: false
type: string type: string
# - variable: "HOST_IP" - variable: "EXTERNAL_IP"
# label: "Host IP Address" label: "External IP Address"
# description: | description: |
# IP of the host system The IP address that the container will be accessible through for the websocket.
# default: "0.0.0.0" #default: ""
# required: true required: false
# type: string type: string
- variable: "CHE_PORT" - variable: "CHE_PORT"
label: "Port Number" label: "Port Number"
@@ -44,7 +44,7 @@ catalog:
- variable: "TRAEFIK_BASIC_AUTH" - variable: "TRAEFIK_BASIC_AUTH"
label: "Basic Authentication Expression" label: "Basic Authentication Expression"
description: | description: |
Sets basic authentication for that frontend in CSV format "User:Hash,User:Hash". Sets basic authentication for that frontend in CSV format "User:MD5_Hash,User:MD5_Hash".
Leaving this empty will disable Traefik's Basic Authentication functionality Leaving this empty will disable Traefik's Basic Authentication functionality
#default: "" #default: ""
required: false required: false