feat(docker): add HealthCheck labels.
This commit is contained in:
parent
9ee642a7db
commit
c26b9b1a5d
6 changed files with 52 additions and 17 deletions
|
@ -27,6 +27,7 @@ const (
|
|||
DefaultBackendLoadBalancerMethod = "wrr"
|
||||
DefaultBackendMaxconnExtractorFunc = "request.host"
|
||||
DefaultBackendLoadbalancerStickinessCookieName = ""
|
||||
DefaultBackendHealthCheckPort = 0
|
||||
)
|
||||
|
||||
// ServicesPropertiesRegexp used to extract the name of the service and the name of the property for this service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue