bacek opened a new issue, #2345: URL: https://github.com/apache/polaris/issues/2345
### 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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org