Compare commits

...

2 Commits

Author SHA1 Message Date
1d75153698 consul register fix 2023-07-04 18:54:12 +02:00
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 + "dupa",
},
Check: &consul.AgentServiceCheck{
TTL: s.ttl.String(),
Status: "passing",