Skip to content

Helm chart should support provision of PodDisruptionBudged #2345

@bacek

Description

@bacek

Is your feature request related to a problem? Please describe.

When Polaris is deployed via Helm with autoscaling.minReplicas > 1 or replicaCount > 1 it should be able to provision PodDisruptionBudged https://kubernetes.io/docs/tasks/run-application/configure-pdb/ to improve fault tolerance.

Describe the solution you'd like

Easiest solution is to create PDB with opt-in configuration. Some trivial configuration like

podDisruptionBudget:
  enabled: true
  minAvailable: <count-or-percent>
  maxUnavailable: <count-or-percent>

which will generate correct PodDisruptionBudget with selector.matchLabels to the deployed Polaris

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions