Add startupProbe to deployments with healthchecks #636

Closed
opened 2026-04-05 16:21:36 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @golyalpha on 11/21/2024

Added startupProbe to deployments with healthchecks, replacing initialDelaySeconds.

Additionally made startup probes configurable (periodSeconds and failureThreshold can be set in values.yaml), and added a fallback to initialDelaySeconds if startup probes are disabled.

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Have you lint your code locally before submission?
  • Did you write tests where appropriate?
*Originally created by @golyalpha on 11/21/2024* Added startupProbe to deployments with healthchecks, replacing initialDelaySeconds. Additionally made startup probes configurable (periodSeconds and failureThreshold can be set in values.yaml), and added a fallback to initialDelaySeconds if startup probes are disabled. ### Pull Request Checklist: - [ ] Please make sure all jobs pass before requesting a review. - [x] Have you lint your code locally before submission? - [x] Did you write tests where appropriate?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#636