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
b66495a5
Commit
b66495a5
authored
Feb 04, 2020
by
Dominik Hebeler
Browse files
fixed an error
parent
a8da3be5
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/ingress-redirects.yaml
View file @
b66495a5
...
...
@@ -21,13 +21,14 @@ spec:
secretName
:
{{
.Values.ingress.tls.secretName | default (printf "%s-redirects-tls" (include "fullname" .))
}}
{{
- end
}}
rules
:
{{
- $dot
:
= .
}}
{{
- range $host
:
= .Values.service.redirectHosts
}}
-
host
:
{{
$host
}}
http
:
paths
:
-
path
:
/
backend
:
serviceName
:
{{
template "fullname"
.
}}
serviceName
:
{{
template "fullname"
$dot
}}
servicePort
:
{{
.Values.service.externalPort
}}
{{
- end -
}}
{{
- end
}}
...
...
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