Merge pull request #9232 from yankcrime/fix_ingress_example

Update default ingress values section to correspond with template
pull/9288/head
Matthew Fisher 4 years ago committed by GitHub
commit 715a0d6ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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