delete upstream healthcheck annotation
This commit is contained in:
parent
9cf4f9e7ae
commit
78f12c25c5
16 changed files with 25 additions and 481 deletions
|
|
@ -773,10 +773,8 @@ func configureDynamically(pcfg *ingress.Configuration, port int, isDynamicCertif
|
|||
var endpoints []ingress.Endpoint
|
||||
for _, endpoint := range backend.Endpoints {
|
||||
endpoints = append(endpoints, ingress.Endpoint{
|
||||
Address: endpoint.Address,
|
||||
FailTimeout: endpoint.FailTimeout,
|
||||
MaxFails: endpoint.MaxFails,
|
||||
Port: endpoint.Port,
|
||||
Address: endpoint.Address,
|
||||
Port: endpoint.Port,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue