A string array that specifies the command that the container runs to determine if it's healthy.
The time period (in seconds) between each health check.
The number of times to retry a failed health check before flagging the container unhealthy. The first run of the command does not count as a retry.
The optional grace period (in seconds) to give a container time to bootstrap before the first failed health check counts toward the number of retries.
The time period (in seconds) to wait for a health check to succeed before counting a failed health check.