ingress: Add support for tcp and udp services

pull/2142/head
Fabian Deutsch 2017-11-01 16:38:18 +01:00
parent 7ed6005911
commit fb4c312f7d
No known key found for this signature in database
GPG Key ID: B7E2A355759E2AB7
1 changed files with 2 additions and 0 deletions

View File

@ -114,3 +114,5 @@ spec:
- /nginx-ingress-controller
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
- --configmap=$(POD_NAMESPACE)/nginx-load-balancer-conf
- --tcp-services-configmap=$(POD_NAMESPACE)/tcp-services
- --udp-services-configmap=$(POD_NAMESPACE)/udp-services