Cloud API Overview > @adpt/cloud > k8s > ContainerSpec > livenessProbe
k8s.ContainerSpec.livenessProbe property
Periodic probe of container liveness.
Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
Signature:
livenessProbe?: Probe;