Handle polling without the healthcheck config

This commit is contained in:
Donal McBreen
2024-09-12 19:27:59 +01:00
parent d2672c771e
commit 8b965b0a31
7 changed files with 77 additions and 14 deletions

View File

@@ -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`