Update default ingress values section to correspond with template

This commit updates the default section in values.yaml for the example
ingress definition to correspond with the template.

Signed-off-by: Nick Jones <nick@dischord.org>
pull/9232/head
Nick Jones 4 years ago
parent ab12382ddc
commit 042567808f
No known key found for this signature in database
GPG Key ID: F6D24C8669938334

@ -152,7 +152,11 @@ ingress:
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: chart-example.local - host: chart-example.local
paths: [] paths:
- path: /
backend:
serviceName: chart-example.local
servicePort: 80
tls: [] tls: []
# - secretName: chart-example-tls # - secretName: chart-example-tls
# hosts: # hosts:

Loading…
Cancel
Save