Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
fe0da1bc
Commit
fe0da1bc
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Plain Diff
Merge branch 'development' into 'master'
readded ssl redirect See merge request
!1561
parents
8011ef61
0a8c463d
No related branches found
Branches containing commit
No related tags found
3 merge requests
!1645
Development
,
!1641
Development
,
!1561
readded ssl redirect
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/production-values.yaml
+1
-2
1 addition, 2 deletions
.gitlab/production-values.yaml
with
1 addition
and
2 deletions
.gitlab/production-values.yaml
+
1
−
2
View file @
fe0da1bc
...
@@ -11,7 +11,6 @@ podDisruptionBudget:
...
@@ -11,7 +11,6 @@ podDisruptionBudget:
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;
...
@@ -24,4 +23,4 @@ ingress:
...
@@ -24,4 +23,4 @@ ingress:
}
}
if ($host = "klassik.metager.org") {
if ($host = "klassik.metager.org") {
return 301 https://metager.de$request_uri;
return 301 https://metager.de$request_uri;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment