ingress-nginx-helm/charts/ingress-nginx/ci/daemonset-tcp-udp-values.yaml

11 lines
129 B
YAML
Raw Normal View History

2020-02-24 19:25:57 +00:00
controller:
kind: DaemonSet
service:
type: ClusterIP
tcp:
9000: "default/test:8080"
udp:
9001: "default/test:8080"