From fe68feba2bc2545bbd2ac9cb2aaa973e9509c49a Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Fri, 27 Oct 2023 11:14:23 +0200 Subject: [PATCH] disable ingress --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 29f69dff..bcd781fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -111,7 +111,7 @@ build:dev: --set registry.username=${DEPLOY_USER} --set registry.password=${DEPLOY_TOKEN} --set registry.host=${CI_REGISTRY} - --set ingress.enabled="true" + --set ingress.enabled="false" --set ingress.hosts[0].host="${PUBLIC_URL}" --set ingress.hosts[0].paths[0].path="/wiki" --set ingress.hosts[0].paths[0].pathType="Prefix" -- GitLab