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>
(cherry picked from commit 042567808f)
pull/9542/head
Nick Jones 5 years ago committed by Matt Farina
parent 773008a4e7
commit 1e126ff4d1
No known key found for this signature in database
GPG Key ID: 92C44A3D421FF7F9

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

Loading…
Cancel
Save