Allow TLS configuration for Ingress (#119)
This commit is contained in:
parent
480c730725
commit
3fce11cdc2
3 changed files with 11 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue