livenessProbe property

Probe? livenessProbe
final

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.

Implementation

final Probe? livenessProbe;