ingress: Add support for tcp and udp services
parent
7ed6005911
commit
fb4c312f7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue