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

added additionalHost with --set

parent 3422c90a
Branches
No related tags found
1 merge request!1502Development
...@@ -134,6 +134,7 @@ stop_review: ...@@ -134,6 +134,7 @@ stop_review:
- auto-deploy delete rollout - auto-deploy delete rollout
- auto-deploy persist_environment_url - auto-deploy persist_environment_url
variables: variables:
HELM_UPGRADE_EXTRA_ARGS: --set service.additionalHosts[0]=www.metager3.de
HELM_UPGRADE_VALUES_FILE: .gitlab/development-values.yaml HELM_UPGRADE_VALUES_FILE: .gitlab/development-values.yaml
ROLLOUT_RESOURCE_TYPE: deployment ROLLOUT_RESOURCE_TYPE: deployment
environment: environment:
......
service: service:
externalPort: 80 externalPort: 80
internalPort: 80 internalPort: 80
additionalHosts:
- www.metager3.de
ingress: ingress:
annotations: annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod certmanager.k8s.io/cluster-issuer: letsencrypt-prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment