diff --git a/consul/discovery.go b/consul/discovery.go index ec65760..d2c1814 100644 --- a/consul/discovery.go +++ b/consul/discovery.go @@ -72,14 +72,14 @@ func (s *Service) Register() error { Address: s.Address, Port: s.port, Tags: s.getTags(), - // Connect: &consul.AgentServiceConnect{ - // SidecarService: &consul.AgentServiceRegistration{ - // Port: s.port, - // }, - // }, - // Proxy: &consul.AgentServiceConnectProxyConfig{ - // DestinationServiceName: s.Name, - // }, + Connect: &consul.AgentServiceConnect{ + SidecarService: &consul.AgentServiceRegistration{ + Port: s.port, + }, + }, + Proxy: &consul.AgentServiceConnectProxyConfig{ + DestinationServiceName: s.Name, + }, Check: &consul.AgentServiceCheck{ TTL: s.ttl.String(), Status: "passing",