mirror of
https://github.com/containous/traefik.git
synced 2025-01-07 17:17:53 +03:00
Return an actual server status updater
This commit is contained in:
parent
94699fbe00
commit
0f1911ba68
@ -310,7 +310,7 @@ func (m *Manager) getLoadBalancer(ctx context.Context, serviceName string, servi
|
||||
return nil, fmt.Errorf("error configuring load balancer for service %s: %v", serviceName, err)
|
||||
}
|
||||
|
||||
return lb, nil
|
||||
return lbsu, nil
|
||||
}
|
||||
|
||||
func (m *Manager) upsertServers(ctx context.Context, lb healthcheck.BalancerHandler, servers []dynamic.Server) error {
|
||||
|
Loading…
Reference in New Issue
Block a user