fix healthcheck port
This commit is contained in:
parent
7c35337999
commit
49e0e20ce2
5 changed files with 78 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue