App Template Container Readiness Probe
data class AppTemplateContainerReadinessProbe(val failureCountThreshold: Int? = null, val headers: List<AppTemplateContainerReadinessProbeHeader>? = null, val host: String? = null, val intervalSeconds: Int? = null, val path: String? = null, val port: Int, val successCountThreshold: Int? = null, val timeout: Int? = null, val transport: String)
Properties
Link copied to clipboard
The number of consecutive failures required to consider this probe as failed. Possible values are between 1
and 10
. Defaults to 3
.
Link copied to clipboard
A header
block as detailed below.
Link copied to clipboard
How often, in seconds, the probe should run. Possible values are between 1
and 240
. Defaults to 10
Link copied to clipboard
The number of consecutive successful responses required to consider this probe as successful. Possible values are between 1
and 10
. Defaults to 3
.