register fix 2
This commit is contained in:
parent
ce7e2bc75a
commit
95584eb407
@ -66,8 +66,8 @@ func (s *Service) GetFullAddr() string {
|
|||||||
|
|
||||||
func (s *Service) Register() error {
|
func (s *Service) Register() error {
|
||||||
def := &consul.AgentServiceRegistration{
|
def := &consul.AgentServiceRegistration{
|
||||||
ID: s.GetID(),
|
ID: s.GetID(),
|
||||||
// Kind: consul.ServiceKindConnectProxy,
|
Kind: consul.ServiceKindConnectProxy,
|
||||||
Name: s.Name,
|
Name: s.Name,
|
||||||
Address: s.Address,
|
Address: s.Address,
|
||||||
Port: s.port,
|
Port: s.port,
|
||||||
@ -77,9 +77,9 @@ func (s *Service) Register() error {
|
|||||||
// Port: s.port,
|
// Port: s.port,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
// Proxy: &consul.AgentServiceConnectProxyConfig{
|
Proxy: &consul.AgentServiceConnectProxyConfig{
|
||||||
// DestinationServiceName: s.Name + "dupa",
|
DestinationServiceName: s.Name,
|
||||||
// },
|
},
|
||||||
Check: &consul.AgentServiceCheck{
|
Check: &consul.AgentServiceCheck{
|
||||||
TTL: s.ttl.String(),
|
TTL: s.ttl.String(),
|
||||||
Status: "passing",
|
Status: "passing",
|
||||||
|
Loading…
Reference in New Issue
Block a user