fix healthcheck port

This commit is contained in:
Frédéric Logier 2017-09-18 15:50:03 +02:00 committed by Traefiker
parent 7c35337999
commit 49e0e20ce2
5 changed files with 78 additions and 3 deletions

View file

@ -1112,6 +1112,7 @@ func parseHealthCheckOptions(lb healthcheck.LoadBalancer, backend string, hc *ty
return &healthcheck.Options{
Path: hc.Path,
Port: hc.Port,
Interval: interval,
LB: lb,
}