forked from Ivasoft/traefik
Return an actual server status updater
This commit is contained in:
committed by
Traefiker Bot
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 {
|
||||
|
||||
Reference in New Issue
Block a user