Skip to content

feat: add configurable PodDisruptionBudget for core deployment#953

Merged
ppawlowski merged 5 commits into
mainfrom
feat-pdb-core-deployment
Jun 26, 2026
Merged

feat: add configurable PodDisruptionBudget for core deployment#953
ppawlowski merged 5 commits into
mainfrom
feat-pdb-core-deployment

Conversation

@ppawlowski

Copy link
Copy Markdown
Contributor

Description

This pull request adds an optional PodDisruptionBudget for the core flowforge deployment. New forge.podDisruptionBudget values gate it: enabled (default false), minAvailable (default 1), and maxUnavailable (mutually exclusive with minAvailable). Disabled by default since forge.replicas defaults to 1.

Related Issue(s)

Closes #816

Checklist

  • I have read the contribution guidelines
  • Suitable unit/system level tests have been added and they pass
  • Documentation has been updated
    • Upgrade instructions
    • Configuration details
    • Concepts
  • Changes flowforge.yml?
    • Issue/PR raised on FlowFuse/helm to update ConfigMap Template
    • Issue/PR raised on FlowFuse/CloudProject to update values for Staging/Production
  • Link to Changelog Entry PR, or note why one is not needed.

Labels

  • Includes a DB migration? -> add the area:migration label

@ppawlowski ppawlowski requested a review from hardillb June 24, 2026 17:23
@ppawlowski ppawlowski merged commit c7a50b1 into main Jun 26, 2026
7 checks passed
@ppawlowski ppawlowski deleted the feat-pdb-core-deployment branch June 26, 2026 13:11
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.

Helm chart: Add possibility to configure Pod Disruption Budget

2 participants