diff --git a/templates/EclipseChe-Single/0/docker-compose.yml b/templates/EclipseChe-Single/0/docker-compose.yml index 7771f09..9acdca9 100644 --- a/templates/EclipseChe-Single/0/docker-compose.yml +++ b/templates/EclipseChe-Single/0/docker-compose.yml @@ -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 diff --git a/templates/EclipseChe-Single/0/rancher-compose.yml b/templates/EclipseChe-Single/0/rancher-compose.yml index ac833e4..d5ef488 100644 --- a/templates/EclipseChe-Single/0/rancher-compose.yml +++ b/templates/EclipseChe-Single/0/rancher-compose.yml @@ -25,13 +25,13 @@ catalog: required: false type: string -# - variable: "HOST_IP" -# label: "Host IP Address" -# description: | -# IP of the host system -# default: "0.0.0.0" -# required: true -# type: string + - variable: "EXTERNAL_IP" + label: "External IP Address" + description: | + The IP address that the container will be accessible through for the websocket. + #default: "" + required: false + type: string - variable: "CHE_PORT" label: "Port Number" @@ -44,7 +44,7 @@ catalog: - variable: "TRAEFIK_BASIC_AUTH" label: "Basic Authentication Expression" 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 #default: "" required: false