ContainerProbe interface
The container probe, for liveness or readiness
Properties
exec | The execution command to probe |
failure |
The failure threshold. |
http |
The Http Get settings to probe |
initial |
The initial delay seconds. |
period |
The period seconds. |
success |
The success threshold. |
timeout |
The timeout seconds. |
Property Details
exec
failureThreshold
The failure threshold.
failureThreshold?: number
Property Value
number
httpGet
initialDelaySeconds
The initial delay seconds.
initialDelaySeconds?: number
Property Value
number
periodSeconds
The period seconds.
periodSeconds?: number
Property Value
number
successThreshold
The success threshold.
successThreshold?: number
Property Value
number
timeoutSeconds
The timeout seconds.
timeoutSeconds?: number
Property Value
number