From 1d751536985217a47068801e57c25fb34a36423a Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Tue, 4 Jul 2023 18:54:12 +0200 Subject: [PATCH] consul register fix --- consul/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consul/discovery.go b/consul/discovery.go index 254ea27..684be37 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -78,7 +78,7 @@ func (s *Service) Register() error { // }, }, Proxy: &consul.AgentServiceConnectProxyConfig{ - DestinationServiceName: s.Name, + DestinationServiceName: s.Name + "dupa", }, Check: &consul.AgentServiceCheck{ TTL: s.ttl.String(),