Merge pull request #2637 from IlyaSemenov/document_nodeport_requirement

Remove mention of the Service type from the ingress documentation
pull/2644/head
Steven E. Harris 8 years ago committed by GitHub
commit 475de1f47a

@ -63,7 +63,7 @@ service:
internalPort: 80 internalPort: 80
ingress: ingress:
enabled: false enabled: false
# Used to create Ingress record (should used with service.type: ClusterIP). # Used to create an Ingress record.
hosts: hosts:
- chart-example.local - chart-example.local
annotations: annotations:

Loading…
Cancel
Save