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