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
6c7aae8b
Commit
6c7aae8b
authored
Nov 05, 2020
by
Adam Lewenberg
Browse files
more work (take 4)
parent
69ac4459
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ingress.yaml
View file @
6c7aae8b
{{
- $APP_NAMESPACE
:
= print .Chart.Name "-" .Values.APP_ENV -
}}
{{
- if .Values.ingress.enabled -
}}
{{
- if semverCompare ">=1.14-0" .Capabilities.KubeVersion.GitVersion -
}}
apiVersion
:
networking.k8s.io/v1beta1
...
...
@@ -9,11 +8,11 @@ kind: Ingress
metadata
:
name
:
"
{{
apache_shib.APP_NAMESPACE
}}"
annotations
:
external-dns.alpha.kubernetes.io/hostname
=
"{{ .Values.SERVERNAME }}"
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
:
"
{{
$
APP_NAMESPACE
}}"
serviceName
:
"
{{
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