Add support for readiness checks.
This commit is contained in:
parent
3f76f73e8c
commit
ea3510d1f3
8 changed files with 483 additions and 117 deletions
|
@ -672,6 +672,17 @@
|
|||
#
|
||||
# forceTaskHostname: false
|
||||
|
||||
# Applications may define readiness checks which are probed by Marathon during
|
||||
# deployments periodically and the results exposed via the API. Enabling the
|
||||
# following parameter causes Traefik to filter out tasks whose readiness checks
|
||||
# have not succeeded.
|
||||
# Note that the checks are only valid at deployment times. See the Marathon
|
||||
# guide for details.
|
||||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
# respectReadinessChecks: false
|
||||
|
||||
################################################################
|
||||
# Mesos configuration backend
|
||||
################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue