Skip to content
Snippets Groups Projects
Commit 84b17433 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added additionalHost with --set

parent 3422c90a
No related branches found
No related tags found
1 merge request!1502Development
......@@ -134,6 +134,7 @@ stop_review:
- auto-deploy delete rollout
- auto-deploy persist_environment_url
variables:
HELM_UPGRADE_EXTRA_ARGS: --set service.additionalHosts[0]=www.metager3.de
HELM_UPGRADE_VALUES_FILE: .gitlab/development-values.yaml
ROLLOUT_RESOURCE_TYPE: deployment
environment:
......
service:
externalPort: 80
internalPort: 80
additionalHosts:
- www.metager3.de
ingress:
annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
......
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