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
bd85441b
Commit
bd85441b
authored
Feb 05, 2020
by
Dominik Hebeler
Browse files
Merge branch 'development' into 'master'
Development See merge request
!1503
parents
8216bfa7
54b2e351
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bd85441b
...
...
@@ -159,7 +159,8 @@ development:
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
ADDITIONAL_HOSTS
:
"
www.metager.es"
HELM_UPGRADE_VALUES_FILE
:
.gitlab/production-values.yaml
ROLLOUT_RESOURCE_TYPE
:
deployment
environment
:
url
:
https://metager.
d
e
url
:
https://metager.e
s
.gitlab/production-values.yaml
0 → 100644
View file @
bd85441b
service
:
externalPort
:
80
internalPort
:
80
ingress
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
nginx.ingress.kubernetes.io/configuration-snippet
:
|
if ($host = "www.metager.de") {
return 301 https://metager.de$request_uri;
}
if ($host = "www.metager.org") {
return 301 https://metager.org$request_uri;
}
if ($host = "www.metager.es") {
return 301 https://metager.es$request_uri;
}
\ No newline at end of file
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