Fix documentation glitches.
This commit is contained in:
parent
04e65958ee
commit
1d2d0cefaa
2 changed files with 6 additions and 4 deletions
|
@ -1158,7 +1158,7 @@ domain = "marathon.localhost"
|
|||
# Optional
|
||||
# Default: false
|
||||
#
|
||||
# forceTaskHostname: 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
|
||||
|
@ -1169,7 +1169,8 @@ domain = "marathon.localhost"
|
|||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
# respectReadinessChecks: false
|
||||
#
|
||||
# respectReadinessChecks = false
|
||||
```
|
||||
|
||||
Labels can be used on containers to override default behaviour:
|
||||
|
|
|
@ -722,7 +722,7 @@
|
|||
# Optional
|
||||
# Default: false
|
||||
#
|
||||
# forceTaskHostname: 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
|
||||
|
@ -733,7 +733,8 @@
|
|||
#
|
||||
# Optional
|
||||
# Default: false
|
||||
# respectReadinessChecks: false
|
||||
#
|
||||
# respectReadinessChecks = false
|
||||
|
||||
################################################################
|
||||
# Mesos configuration backend
|
||||
|
|
Loading…
Reference in a new issue