liveness
Liveness probe configuration.
object
Properties
Section titled “Properties”| Property | Type | Required | Default | Description |
|---|---|---|---|---|
custom | boolean | No | false | Set to true to use the raw spec object as-is instead … |
enabled | boolean | No | false | Enable/disable this probe. |
path | string | No | - | HTTP path for HTTP/HTTPS probes. |
port | number / string | No | - | Port for the probe. Can be a port number or a named port. |
service | string | No | - | Identifier of a container port or service to probe. When … |
spec | object | No | - | Raw probe spec. When custom: true, this is used as-is. … |
type | string | No | - | Probe type. Defaults to TCP for liveness, readiness and… |
Property Details
Section titled “Property Details”custom
Section titled “custom”Set to true to use the raw spec object as-is instead of deriving probe details from type/path/port.
service
Section titled “service”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