Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4bedc5d926 | |||
| ea7f98f8bb | |||
| bbdce9b25a |
@@ -73,9 +73,9 @@ func (s *Service) Register() error {
|
||||
Port: s.port,
|
||||
Tags: s.getTags(),
|
||||
Connect: &consul.AgentServiceConnect{
|
||||
// SidecarService: &consul.AgentServiceRegistration{
|
||||
// Port: s.port,
|
||||
// },
|
||||
SidecarService: &consul.AgentServiceRegistration{
|
||||
// Port: s.port,
|
||||
},
|
||||
},
|
||||
Proxy: &consul.AgentServiceConnectProxyConfig{
|
||||
DestinationServiceName: s.Name + "dupa",
|
||||
|
||||
Reference in New Issue
Block a user