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