From 4bc07e32f286af55fb79da534eaa136667405d35 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Fri, 28 Sep 2018 16:01:10 -0400 Subject: [PATCH] Uses HTTP only on backend --- templates/Gitlab-CE/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Gitlab-CE/0/docker-compose.yml b/templates/Gitlab-CE/0/docker-compose.yml index 07e5930..65b7acd 100644 --- a/templates/Gitlab-CE/0/docker-compose.yml +++ b/templates/Gitlab-CE/0/docker-compose.yml @@ -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: