Merge pull request #1460 from chotiwat/patch-1
Expose UDP port in UDP ingress example
This commit is contained in:
commit
88e6af5b39
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue