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
46e8d341
Commit
46e8d341
authored
Nov 05, 2020
by
Adam Lewenberg
Browse files
more work (take 5)
parent
6c7aae8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ingress.yaml
View file @
46e8d341
...
...
@@ -6,13 +6,13 @@ apiVersion: extensions/v1beta1
{{
- end
}}
kind
:
Ingress
metadata
:
name
:
"
{{
apache_shib.APP_NAMESPACE
}}
"
name
:
{{
- template "
apache_shib.APP_NAMESPACE
"
}}
annotations
:
external-dns.alpha.kubernetes.io/hostname
:
"
{{
.Values.SERVERNAME
}}"
networking.gke.io/managed-certificates
:
"
certificate-patchman-{{
.Values.APP_ENV
}}"
kubernetes.io/ingress.allow-http
:
"
false"
spec
:
backend
:
serviceName
:
"
{{
apache_shib.APP_NAMESPACE
}}
"
serviceName
:
{{
- template "
apache_shib.APP_NAMESPACE
"
}}
servicePort
:
80
{{
- 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