Expose UDP port in UDP ingress example

The port protocol is not specified so it defaults to TCP
This commit is contained in:
Chotiwat Chawannakul 2017-10-02 13:06:37 -07:00 committed by GitHub
parent 94b2a9a0e1
commit 0591572af6

View file

@ -47,6 +47,7 @@ spec:
hostPort: 443
- containerPort: 9001
hostPort: 9001
protocol: UDP
args:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend