Compare commits

..

1 Commits

Author SHA1 Message Date
c177133daf consul register fix 2023-07-04 18:46:00 +02:00

View File

@@ -77,6 +77,9 @@ func (s *Service) Register() error {
// Port: s.port,
// },
},
Proxy: &consul.AgentServiceConnectProxyConfig{
DestinationServiceName: s.Name,
},
Check: &consul.AgentServiceCheck{
TTL: s.ttl.String(),
Status: "passing",