readiness
Application startup status checks, containers that fail multiple health checks will be shut down and restarted. Containers that do not pass the health check will not receive SLB traffic. For example: {exec
:{command
:`sh`,"-c","cat /home/admin/start.sh"},initialDelaySeconds
:30,periodSeconds
:30,"timeoutSeconds ":2}. Valid values: command
, initialDelaySeconds
, periodSeconds
, timeoutSeconds
.