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:
@ -57,7 +57,7 @@ func (c *kregistry) GetService(name string) (*registry.Service, error) {
|
||||
|
||||
for _, item := range services.Items {
|
||||
ks.Nodes = append(ks.Nodes, ®istry.Node{
|
||||
Address: item.Spec.PortalIP,
|
||||
Address: item.Spec.ClusterIP,
|
||||
Port: item.Spec.Ports[0].Port,
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user