The command that the container runs to determine whether it is healthy.
The time period in seconds between each health check execution. The default value is 30 seconds.
The number of times to retry a failed health check before the container is considered unhealthy. The default value is 3.
The optional grace period in seconds that allows containers time to bootstrap before failed health checks count towards the maximum number of retries.
The time period in seconds to wait for a health check to succeed before it is considered a failure. The default value is 5.