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
et-iedo-public
helm
helm-apache-shib
Commits
14e93f99
Commit
14e93f99
authored
Nov 06, 2020
by
Adam Lewenberg
Browse files
fix SERVERNAME
parent
1462ee29
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/certificate.yaml
View file @
14e93f99
...
...
@@ -5,5 +5,5 @@ metadata:
name
:
{{
$APP_NAMESPACE
}}
spec
:
domains
:
-
{{
.Values.SERVERNAME
}}
-
{{
.Values.SERVER
_
NAME
}}
templates/ingress.yaml
View file @
14e93f99
...
...
@@ -9,7 +9,7 @@ kind: Ingress
metadata
:
name
:
{{
$APP_NAMESPACE
}}
annotations
:
external-dns.alpha.kubernetes.io/hostname
:
"
{{
.Values.SERVERNAME
}}"
external-dns.alpha.kubernetes.io/hostname
:
"
{{
.Values.SERVER
_
NAME
}}"
networking.gke.io/managed-certificates
:
{{
$APP_NAMESPACE
}}
kubernetes.io/ingress.allow-http
:
"
false"
spec
:
...
...
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