Skip to content

liveness

Liveness probe configuration.

object

PropertyTypeRequiredDefaultDescription
custombooleanNofalseSet to true to use the raw spec object as-is instead …
enabledbooleanNofalseEnable/disable this probe.
pathstringNo-HTTP path for HTTP/HTTPS probes.
portnumber / stringNo-Port for the probe. Can be a port number or a named port.
servicestringNo-Identifier of a container port or service to probe. When …
specobjectNo-Raw probe spec. When custom: true, this is used as-is. …
typestringNo-Probe type. Defaults to TCP for liveness, readiness and…

Set to true to use the raw spec object as-is instead of deriving probe details from type/path/port.

Identifier of a container port or service to probe. When unset, the probe uses the container’s primary port.

Probe type. Defaults to TCP for liveness, readiness and startup probes. AUTO attempts to infer the probe type from the container’s ports.

Allowed values: TCP, HTTP, HTTPS, GRPC, AUTO