diff --git a/consul/discovery.go b/consul/discovery.go index 8c706d2..ec65760 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",