Compare commits

...

1 Commits

Author SHA1 Message Date
bbdce9b25a register fix 2023-07-05 22:25:56 +02:00

View File

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