Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readiness + Startup probes #804

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Readiness + Startup probes #804

wants to merge 19 commits into from

Conversation

james-otten
Copy link
Collaborator

@james-otten james-otten commented Jan 7, 2025

The liveness probe was not working because the element was duplicated with the second being empty. Re-enable it, make it work, and add readiness + startup probes to allow for slow startups, while pulling pods from the service and eventually restarting them if they are unresponsive.

Let's let this soak in dev for a while.

@james-otten james-otten requested a review from WillNilges January 7, 2025 04:41
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.88%. Comparing base (8feaa16) to head (53d1f73).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #804   +/-   ##
=======================================
  Coverage   94.88%   94.88%           
=======================================
  Files          89       89           
  Lines        3809     3809           
=======================================
  Hits         3614     3614           
  Misses        195      195           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants