Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
df7fc3f8
Commit
df7fc3f8
authored
Nov 22, 2019
by
Dominik Hebeler
Browse files
fixed deployment stages
parent
eaae807d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
df7fc3f8
...
...
@@ -27,6 +27,9 @@ stages:
-
incremental rollout 25%
-
incremental rollout 50%
-
incremental rollout 100%
-
performance
-
cleanup
build
:
services
:
...
...
@@ -91,4 +94,16 @@ prepare_composer:
cache
:
key
:
"
composer-$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths
:
-
vendor
\ No newline at end of file
-
vendor
review
:
variables
:
HELM_UPGRADE_EXTRA_ARGS
:
--set service.externalPort=80 --set service.internalPort=80 --set service.commonName= --set ingress.tls.enabled=false --set ingress.annotations.kubernetes\.io/tls-acme="false" --set ingress.annotations.nginx\.ingress\.kubernetes\.io/ssl-redirect="false"
ROLLOUT_RESOURCE_TYPE
:
deployment
production
:
variables
:
HELM_UPGRADE_EXTRA_ARGS
:
--set service.externalPort=80 --set service.internalPort=80 --set service.commonName= --set ingress.annotations.certmanager\.k8s\.io/cluster-issuer=letsencrypt-prod
ROLLOUT_RESOURCE_TYPE
:
deployment
environment
:
url
:
https://metager.de
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment