ingress-nginx-helm/charts/ingress-nginx/ci/deployment-customnodeport-values.yaml

17 lines
227 B
YAML
Raw Normal View History

2020-02-24 19:25:57 +00:00
controller:
2020-04-16 00:26:08 +00:00
admissionWebhooks:
enabled: false
2020-02-24 19:25:57 +00:00
service:
type: NodePort
nodePorts:
tcp:
9000: 30090
udp:
9001: 30091
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"