From a6e25fadea820cc57d3918ed53e9081765873a9a Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Mon, 18 Sep 2023 15:27:45 +0200 Subject: [PATCH] set ingress to false --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba242296..f0138493 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,10 +57,6 @@ build:dev: --set registry.password=${DEPLOY_TOKEN} --set registry.host=${CI_REGISTRY} --set imagePullSecrets[0].name="registry-pull-secret-${CI_COMMIT_REF_SLUG}" - --set ingress.enabled="true" - --set ingress.hosts[0].host="${PUBLIC_URL}" - --set ingress.hosts[0].paths[0].path="/" - --set ingress.annotations."kubernetes\.io/ingress\.class"="$INGRESS_CLASS" --set image.repository="$CI_REGISTRY_IMAGE/$IMAGE_NAME" --set image.tag="$CI_COMMIT_SHORT_SHA" --set image.pullPolicy='Always' -- GitLab