Merge pull request #3615 from kppullin/fix-l4-external-names
Pass k8s `Service` data through to the TCP balancer script.
This commit is contained in:
commit
c62dc221bf
3 changed files with 15 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ func (n *NGINXController) getStreamServices(configmapName string, proto apiv1.Pr
|
|||
ProxyProtocol: svcProxyProtocol,
|
||||
},
|
||||
Endpoints: endps,
|
||||
Service: svc,
|
||||
})
|
||||
}
|
||||
// Keep upstream order sorted to reduce unnecessary nginx config reloads.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue