helm: add deployment update strategy #363

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

Originally created by @calvinbui on 9/30/2025

Title of this pull request?

helm: add deployment update strategy

Small Description?

makes all the helm chart deployments update strategy to be configurable.

set to RollingUpdate in the chart values, which is the default value for all deployments.

i would like to use Recreate on my cluster as it has limited resources and cannot create two pods for all OneUptime components. I am already at 90% CPU and memory.

Pull Request Checklist:

  • Please make sure all jobs pass before requesting a review.
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).
  • Have you lint your code locally before submission?
  • Did you write tests where appropriate?

Screenshots (if appropriate):

*Originally created by @calvinbui on 9/30/2025* ### Title of this pull request? helm: add deployment update strategy ### Small Description? makes all the helm chart deployments update strategy to be configurable. set to `RollingUpdate` in the chart values, which is the default value for all deployments. i would like to use `Recreate` on my cluster as it has limited resources and cannot create two pods for all OneUptime components. I am already at 90% CPU and memory. ### Pull Request Checklist: - [ ] Please make sure all jobs pass before requesting a review. - [ ] Put `closes #XXXX` in your comment to auto-close the issue that your PR fixes (if such). - [ ] Have you lint your code locally before submission? - [ ] Did you write tests where appropriate? ### Related Issue? ### Screenshots (if 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#363