Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7725e5dd65 | |||
| 07c0cd6f2e |
@@ -90,8 +90,8 @@ func (s *Service) Register() error {
|
||||
// DestinationServiceName: s.Name,
|
||||
// },
|
||||
Check: &consul.AgentServiceCheck{
|
||||
Interval: "5s",
|
||||
Timeout: "1s",
|
||||
// Interval: "5s",
|
||||
// Timeout: "1s",
|
||||
TTL: s.ttl.String(),
|
||||
Status: "passing",
|
||||
DeregisterCriticalServiceAfter: "10s",
|
||||
|
||||
Reference in New Issue
Block a user