From 5a004ea35140f3336034d736fdededd32a0b0346 Mon Sep 17 00:00:00 2001 From: Ilya Semenov Date: Fri, 30 Jun 2017 13:03:59 +0700 Subject: [PATCH] Document that ingress may need service.type: NodePort --- pkg/chartutil/create.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index e0e0429db..474c05fa9 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -63,7 +63,8 @@ service: internalPort: 80 ingress: enabled: false - # Used to create Ingress record (should used with service.type: ClusterIP). + # Used to create Ingress record. + # Should be used with service.type: ClusterIP (or NodePort for certain ingress controllers). hosts: - chart-example.local annotations: