Skip to content
Snippets Groups Projects
Commit a6e25fad authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

set ingress to false

parent 3da5e0f3
No related branches found
No related tags found
1 merge request!7K8s deploy
Pipeline #111325 passed
...@@ -57,10 +57,6 @@ build:dev: ...@@ -57,10 +57,6 @@ build:dev:
--set registry.password=${DEPLOY_TOKEN} --set registry.password=${DEPLOY_TOKEN}
--set registry.host=${CI_REGISTRY} --set registry.host=${CI_REGISTRY}
--set imagePullSecrets[0].name="registry-pull-secret-${CI_COMMIT_REF_SLUG}" --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.repository="$CI_REGISTRY_IMAGE/$IMAGE_NAME"
--set image.tag="$CI_COMMIT_SHORT_SHA" --set image.tag="$CI_COMMIT_SHORT_SHA"
--set image.pullPolicy='Always' --set image.pullPolicy='Always'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment