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

disable ingress

parent 0825f083
No related branches found
No related tags found
No related merge requests found
Pipeline #114584 passed with stages
in 7 minutes and 40 seconds
......@@ -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"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment