set default values for tcp/udp nodeports (#15236)

Signed-off-by: ChiefAlexander <alex.harder@fishtech.group>
This commit is contained in:
Alex Harder
2019-07-05 00:00:51 -07:00
committed by Kubernetes Prow Robot
parent f803af734e
commit d84158b642
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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.
+4
View File
@@ -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.