Skip to content
GitLab
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
8bb79655
Commit
8bb79655
authored
Feb 05, 2020
by
Dominik Hebeler
Browse files
added redirect from www.
parent
bb0a8340
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/development-values.yaml
View file @
8bb79655
...
...
@@ -2,6 +2,12 @@ service:
externalPort
:
80
internalPort
:
80
commonName
:
"
"
additionalHosts
:
-
www.metager3.de
ingress
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
\ No newline at end of file
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
nginx.ingress.kubernetes.io/configuration-snippet
:
|
if ($host = "www.metager3.de") {
return 301 https://metager3.de$request_uri;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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