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
0a8c463d
Commit
0a8c463d
authored
Apr 09, 2020
by
Dominik Hebeler
Browse files
readded ssl redirect
parent
7ebeb31d
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab/production-values.yaml
View file @
0a8c463d
...
...
@@ -11,7 +11,6 @@ podDisruptionBudget:
ingress
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-redirect
:
"
false"
nginx.ingress.kubernetes.io/configuration-snippet
:
|
if ($host = "www.metager.de") {
return 301 https://metager.de$request_uri;
...
...
@@ -24,4 +23,4 @@ ingress:
}
if ($host = "klassik.metager.org") {
return 301 https://metager.de$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