Package version:

Interface Probe

Probe describes a health check to be performed against an App Instance to determine whether it is alive or ready to receive traffic.

Hierarchy

  • Probe

Properties

disableProbe: boolean

Indicate whether the probe is disabled.

failureThreshold?: number

Minimum consecutive failures for the probe to be considered failed after having succeeded. Minimum value is 1.

initialDelaySeconds?: number

Number of seconds after the App Instance has started before probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes

periodSeconds?: number

How often (in seconds) to perform the probe. Minimum value is 1.

probeAction?: ProbeActionUnion

The action of the probe.

successThreshold?: number

Minimum consecutive successes for the probe to be considered successful after having failed. Must be 1 for liveness and startup. Minimum value is 1.

timeoutSeconds?: number

Number of seconds after which the probe times out. Minimum value is 1.

Generated using TypeDoc