Compare commits

...

2 Commits

Author SHA1 Message Date
52793ac244 register fix 2 2023-07-06 23:02:05 +02:00
f8a1ae841d register fix 2 2023-07-06 21:49:12 +02:00

View File

@@ -74,7 +74,7 @@ func (s *Service) Register() error {
Tags: s.getTags(), Tags: s.getTags(),
Connect: &consul.AgentServiceConnect{ Connect: &consul.AgentServiceConnect{
SidecarService: &consul.AgentServiceRegistration{ SidecarService: &consul.AgentServiceRegistration{
// Port: s.port, Port: s.port,
}, },
}, },
Proxy: &consul.AgentServiceConnectProxyConfig{ Proxy: &consul.AgentServiceConnectProxyConfig{