Allow TLS configuration for Ingress (#119)

This commit is contained in:
leoxiongideahq 2019-09-24 09:58:42 +12:00 committed by Alex Collins
parent 480c730725
commit 3fce11cdc2
3 changed files with 11 additions and 1 deletions

View file

@ -65,6 +65,11 @@ ingress:
# nginx.ingress.kubernetes.io/ssl-passthrough: "true"
path: /
additionalHosts: []
tls:
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
certificate:
enabled: false