Skip to content

Commit

Permalink
Expose UDP port in UDP ingress example
Browse files Browse the repository at this point in the history
The port protocol is not specified so it defaults to TCP
  • Loading branch information
chotiwat authored Oct 2, 2017
1 parent 923f4d4 commit da01583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/udp/nginx/nginx-udp-ingress-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da01583

Please sign in to comment.