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:
Kubernetes Prow Robot 2019-01-03 06:53:56 -08:00 committed by GitHub
commit c62dc221bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -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.