mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
0ddbb63ad4
commit
04d991c68e
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user