consul register fix
This commit is contained in:
parent
c177133daf
commit
1d75153698
@ -78,7 +78,7 @@ func (s *Service) Register() error {
|
|||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
Proxy: &consul.AgentServiceConnectProxyConfig{
|
Proxy: &consul.AgentServiceConnectProxyConfig{
|
||||||
DestinationServiceName: s.Name,
|
DestinationServiceName: s.Name + "dupa",
|
||||||
},
|
},
|
||||||
Check: &consul.AgentServiceCheck{
|
Check: &consul.AgentServiceCheck{
|
||||||
TTL: s.ttl.String(),
|
TTL: s.ttl.String(),
|
||||||
|
Loading…
Reference in New Issue
Block a user