mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
set default values for tcp/udp nodeports (#15236)
Signed-off-by: ChiefAlexander <alex.harder@fishtech.group>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
f803af734e
commit
d84158b642
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: nginx-ingress
|
||||
version: 1.8.0
|
||||
version: 1.8.1
|
||||
appVersion: 0.24.1
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration.
|
||||
|
||||
@@ -208,9 +208,13 @@ controller:
|
||||
# nodePorts:
|
||||
# http: 32080
|
||||
# https: 32443
|
||||
# tcp:
|
||||
# 8080: 32808
|
||||
nodePorts:
|
||||
http: ""
|
||||
https: ""
|
||||
tcp: {}
|
||||
udp: {}
|
||||
|
||||
extraContainers: []
|
||||
## Additional containers to be added to the controller pod.
|
||||
|
||||
Reference in New Issue
Block a user