Skip to content

Commit

Permalink
Merge pull request #665 from brotherlogic/also
Browse files Browse the repository at this point in the history
Adds IP
  • Loading branch information
brotherlogic committed Mar 1, 2023
2 parents 2800d6e + 22bda09 commit 5ce4031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discoveryv2api.go
Expand Up @@ -68,6 +68,7 @@ func (s *Server) getFromKube(ctx context.Context, req *pb.GetRequest) (*pb.GetRe
services = append(services, &pb.RegistryEntry{
Name: pod.Name,
Identifier: "kclust1",
Ip: "192.168.86.26",
Port: port.NodePort,
Zone: "cluster",
})
Expand Down

0 comments on commit 5ce4031

Please sign in to comment.