ingress-nginx-helm/charts/ingress-nginx/ci/deployment-customnodeport-values.yaml
Manuel Alejandro de Brito Fontes 2b2acae28f Add e2e tests for helm chart
2020-04-15 21:25:40 -04:00

16 lines
227 B
YAML

controller:
admissionWebhooks:
enabled: false
service:
type: NodePort
nodePorts:
tcp:
9000: 30090
udp:
9001: 30091
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"