Configure Liveness and Readiness Probes
The Liveness
and Readiness
probes’ time-related parameters can be configured through aggregatorSpec.
and leafSpec.
.
Note: Liveness probes have been deprecated as of Operator 3.
aggregatorSpec:readinessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3livenessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3leafSpec:readinessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3livenessProbeSpec:initialDelaySeconds: 10timeoutSeconds: 1periodSeconds: 10successThreshold: 1failureThreshold: 3
Refer to the Kubernetes documentation for more information about these attributes.
Last modified: January 18, 2023