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
a6055f32
Commit
a6055f32
authored
Feb 04, 2020
by
Dominik Hebeler
Browse files
fixed scope error
parent
b66495a5
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/ingress-redirects.yaml
View file @
a6055f32
...
...
@@ -22,6 +22,7 @@ spec:
{{
- end
}}
rules
:
{{
- $dot
:
= .
}}
{{
- $values
:
= .Values
}}
{{
- range $host
:
= .Values.service.redirectHosts
}}
-
host
:
{{
$host
}}
http
:
...
...
@@ -29,7 +30,7 @@ spec:
-
path
:
/
backend
:
serviceName
:
{{
template "fullname" $dot
}}
servicePort
:
{{
.V
alues.service.externalPort
}}
servicePort
:
{{
$v
alues.service.externalPort
}}
{{
- end -
}}
{{
- end
}}
{{
- end
}}
\ 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