[stable/kong] add doc for NodePort (#10233)

* [stable/kong] add doc for NodePort in values.yaml

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>

* bump up chart version

Signed-off-by: Harry Bagdi <harrybagdi@gmail.com>
This commit is contained in:
Harry
2019-01-08 16:31:21 -08:00
committed by Kubernetes Prow Robot
parent 0ddbb63ad4
commit 04d991c68e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.7.2
version: 0.7.3
appVersion: 0.14.1
+2
View File
@@ -56,12 +56,14 @@ proxy:
enabled: true
servicePort: 80
containerPort: 8000
# Set a nodePort which is available if service type is NodePort
# nodePort: 32080
tls:
enabled: true
servicePort: 443
containerPort: 8443
# Set a nodePort which is available if service type is NodePort
# nodePort: 32443
type: NodePort