Files
charts/charts/ingress-nginx/3.34.0/ci/deployment-customnodeport-values.yaml
ducoterra 1027a45a0c Add ingress-nginx chart
Add ingress-nginx, an ingress controller for other deploys to take
advantage of.
2021-08-28 17:38:07 -04:00

17 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"