fix(helm): configure liveness and readiness probes to match Docker defaults#2755
fix(helm): configure liveness and readiness probes to match Docker defaults#2755Jyasapara wants to merge 1 commit intoseerr-team:developfrom
Conversation
Switches liveness and readiness endpoint to `/api/v1/status` to avoid unnecessary redirect chains and reduce load/noise, matching the documented docker healthcheck. Set sensible default probe values in values.yaml to match the docker documentation defaults: - livenessProbe: initialDelaySeconds=20, periodSeconds=15, timeoutSeconds=3 - readinessProbe: initialDelaySeconds=60, periodSeconds=15, timeoutSeconds=3 Fixes seerr-team#2754
📝 WalkthroughWalkthroughThis PR updates the Seerr Helm chart from version 3.3.0 to 3.3.1, changing health check probe endpoints from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Comment |
Description
Switches liveness and readiness endpoint to
/api/v1/statusto avoid unnecessary redirect chains and reduce load/noise, matching the documented docker healthcheck.Set sensible default probe values in values.yaml to match the docker documentation defaults:
livenessProbe: initialDelaySeconds=20, periodSeconds=15, timeoutSeconds=3
readinessProbe: initialDelaySeconds=60, periodSeconds=15, timeoutSeconds=3
How Has This Been Tested?
Rolled out the chart in my k8s cluster.
Screenshots / Logs (if applicable)
Rollout around 21:45.
Checklist:
pnpm buildpnpm i18n:extractSummary by CodeRabbit