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 923f4d48e6
commit da015831be

View file

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