diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba2422961dbe30bfa42b9c21f8fd237db94a22e0..f0138493b3e0c6d3c1a7fa7715613baf804c6319 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'