Probe describes a liveness probe to be examined to the container.
One and only one of the following should be specified. Exec specifies the action to take.
HTTPGet specifies the http request to perform.
Number of seconds after the container has started before liveness probes are initiated. More info: releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes
Name of the probe.
TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported
Number of seconds after which liveness probes timeout. Defaults to 1 second. More info: releases.k8s.io/HEAD/docs/user-guide/pod-states.md#container-probes