Add support for readiness checks.
This commit is contained in:
parent
3f76f73e8c
commit
ea3510d1f3
8 changed files with 483 additions and 117 deletions
11
docs/toml.md
11
docs/toml.md
|
@ -1083,6 +1083,17 @@ domain = "marathon.localhost"
|
|||
# Default: false
|
||||
#
|
||||
# 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
|
||||
```
|
||||
|
||||
Labels can be used on containers to override default behaviour:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue