Cloud API Overview > @adpt/cloud > k8s > Probe > successThreshold
k8s.Probe.successThreshold property
Minimum consecutive successes for the probe to be considered successful after having failed.
Must be 1 for liveness and startup. Minimum value is 1.
Signature:
successThreshold?: number;