readiness
Deprecated
Field `readiness` has been deprecated from provider version 1.211.0. New field `readiness_v2` instead.
Parameters
value
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
. NOTE: Field readiness
has been deprecated from provider version 1.211.0. New field readiness_v2
instead.