Handle polling without the healthcheck config
This commit is contained in:
@@ -111,9 +111,15 @@ minimum_version: 1.3.0
|
||||
# Readiness delay
|
||||
#
|
||||
# Seconds to wait for a container to boot after is running, default 7
|
||||
# This only applies to containers that do not specify a healthcheck
|
||||
# This only applies to containers that do not run a proxy or specify a healthcheck
|
||||
readiness_delay: 4
|
||||
|
||||
# Readiness timeout
|
||||
#
|
||||
# How long to wait for a container to become ready, default 30
|
||||
# This only applies to containers that do not run a proxy
|
||||
readiness_timeout: 4
|
||||
|
||||
# Run directory
|
||||
#
|
||||
# Directory to store kamal runtime files in on the host, default `.kamal`
|
||||
|
||||
Reference in New Issue
Block a user