feat(confluence): make synchrony readinessProbe timeoutSeconds configurable#1117
feat(confluence): make synchrony readinessProbe timeoutSeconds configurable#1117SuperWonjune wants to merge 1 commit intoatlassian:mainfrom
Conversation
…urable Adds synchrony.readinessProbe.timeoutSeconds value (default 1) and wires it into the synchrony StatefulSet readinessProbe, matching the pattern already used for confluence.readinessProbe/livenessProbe.
|
Thank you for your submission! Like many open source projects, we ask that you sign our CLA (Contributor License Agreement) before we can accept your contribution. Already signed the CLA? To re-check, try refreshing the page. |
|
To enable Rovo Dev code reviews, link your GitHub account to your Atlassian account. This is a one-time task that takes less than a minute. Once your account is linked, resubmit the pull request to trigger a code review. |
FYI I have already assigned CLA as my username. |
Pull request description
The synchrony StatefulSet's readinessProbe has no way to configure
timeoutSeconds, so it falls back to Kubernetes' default of 1s. In our production environment the probe occasionally fails under load, and we need the ability to tune this value per-cluster.This adds
synchrony.readinessProbe.timeoutSeconds(default1, no behavior change) and wires it into the template — matching the pattern already used forconfluence.readinessProbe/livenessProbe.Checklist
e2elabel)