Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbdce9b25a | |||
| 1d75153698 | |||
| c177133daf |
@@ -77,6 +77,9 @@ func (s *Service) Register() error {
|
|||||||
// Port: s.port,
|
// Port: s.port,
|
||||||
// },
|
// },
|
||||||
},
|
},
|
||||||
|
// Proxy: &consul.AgentServiceConnectProxyConfig{
|
||||||
|
// DestinationServiceName: s.Name + "dupa",
|
||||||
|
// },
|
||||||
Check: &consul.AgentServiceCheck{
|
Check: &consul.AgentServiceCheck{
|
||||||
TTL: s.ttl.String(),
|
TTL: s.ttl.String(),
|
||||||
Status: "passing",
|
Status: "passing",
|
||||||
|
|||||||
Reference in New Issue
Block a user