Skip to content

[_]: fix(statefulset): enable liveness and readiness probes in statefulset.yaml#91

Open
jzunigax2 wants to merge 1 commit into
masterfrom
chore/reintroduce-health-checks
Open

[_]: fix(statefulset): enable liveness and readiness probes in statefulset.yaml#91
jzunigax2 wants to merge 1 commit into
masterfrom
chore/reintroduce-health-checks

Conversation

@jzunigax2

@jzunigax2 jzunigax2 commented Jul 15, 2026

Copy link
Copy Markdown
Contributor
  • Added liveness and readiness probes to the statefulset configuration to enhance application health monitoring.
  • Removed commented-out probe configurations for clarity and maintainability.

Summary by CodeRabbit

  • Bug Fixes
    • Enabled health checks for the Stalwart service.
    • Added separate liveness and readiness checks to improve deployment reliability and traffic routing.
    • Configured appropriate startup delays and polling intervals for these checks.

….yaml

- Added liveness and readiness probes to the statefulset configuration to enhance application health monitoring.
- Removed commented-out probe configurations for clarity and maintainability.
@jzunigax2 jzunigax2 requested a review from sg-gs July 15, 2026 15:08
@jzunigax2 jzunigax2 self-assigned this Jul 15, 2026
@coderabbitai

coderabbitai Bot commented Jul 15, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 74fc9a61-7d5f-42fd-8183-3d3ecae751a2

📥 Commits

Reviewing files that changed from the base of the PR and between d16e478 and 947b341.

📒 Files selected for processing (1)
  • deploy/charts/stalwart/templates/statefulset.yaml

📝 Walkthrough

Walkthrough

The Stalwart StatefulSet enables HTTP liveness and readiness probes on the management port, targeting /healthz/live and /healthz/ready with configured delays and intervals.

Changes

Stalwart health probes

Layer / File(s) Summary
Configure container health probes
deploy/charts/stalwart/templates/statefulset.yaml
Enables liveness and readiness HTTP checks using the management port and distinct health endpoints.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: enabling liveness and readiness probes in the StatefulSet manifest.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/reintroduce-health-checks

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant