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
8bc62660
Commit
8bc62660
authored
Feb 07, 2020
by
Dominik Hebeler
Browse files
temporarily disabled ssl redirect
parent
9905b039
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/production-values.yaml
View file @
8bc62660
...
@@ -7,6 +7,7 @@ hpa:
...
@@ -7,6 +7,7 @@ hpa:
ingress
:
ingress
:
annotations
:
annotations
:
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
certmanager.k8s.io/cluster-issuer
:
letsencrypt-prod
nginx.ingress.kubernetes.io/ssl-redirect
:
"
false"
nginx.ingress.kubernetes.io/configuration-snippet
:
|
nginx.ingress.kubernetes.io/configuration-snippet
:
|
if ($host = "www.metager.de") {
if ($host = "www.metager.de") {
return 301 https://metager.de$request_uri;
return 301 https://metager.de$request_uri;
...
...
Write
Preview
Supports
Markdown
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