Specifies how the process manager checks the health of containers.
A string array representing the command that the container runs to determine if it is healthy.
How often (in seconds) the health is checked.
How many times the process manager will retry the command after a timeout. (The first run of the command does not count as a retry.)
The optional grace period (in seconds) to give a container time to boostrap before teh health check is declared failed.
How many seconds the process manager allows the command to run before canceling it.