liveness Probe
Parameters
value
Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes Structure is documented below.
suspend fun livenessProbe(argument: suspend ServiceTemplateSpecContainerLivenessProbeArgsBuilder.() -> Unit)
Parameters
argument
Periodic probe of container liveness. Container will be restarted if the probe fails. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes Structure is documented below.