1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-24 22:26:54 +02:00

PortalIP no longer exists

This commit is contained in:
Asim
2015-05-29 09:58:49 +01:00
parent 5cc97151fc
commit fa2c27b64f
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ func (k *watcher) OnUpdate(services []api.Service) {
}
activeServices.Insert(name)
serviceIP := net.ParseIP(svc.Spec.PortalIP)
serviceIP := net.ParseIP(svc.Spec.ClusterIP)
ks := &registry.Service{
Name: name,