ProbeSettings interface
Deployment container liveness/readiness probe configuration.
Properties
failure |
The number of failures to allow before returning an unhealthy status. |
initial |
The delay before the first probe in ISO 8601 format. |
period | The length of time between probes in ISO 8601 format. |
success |
The number of successful probes before returning a healthy status. |
timeout | The probe timeout in ISO 8601 format. |
Property Details
failureThreshold
The number of failures to allow before returning an unhealthy status.
failureThreshold?: number
Property Value
number
initialDelay
The delay before the first probe in ISO 8601 format.
initialDelay?: string
Property Value
string
period
The length of time between probes in ISO 8601 format.
period?: string
Property Value
string
successThreshold
The number of successful probes before returning a healthy status.
successThreshold?: number
Property Value
number
timeout
The probe timeout in ISO 8601 format.
timeout?: string
Property Value
string