Merge pull request #1460 from chotiwat/patch-1

Expose UDP port in UDP ingress example
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-03 02:47:02 -07:00 committed by GitHub
commit 88e6af5b39

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