connect-helm-charts
connect-helm-charts copied to clipboard
FR: PodDisruptionBudget and Replicas
Summary
The current helm chart only allows for a single instance of the connect and operator to be deployed. This provides a higher risk in terms of availability.
Proposed solution
Add a replicas argument to values.yml with a default value of 1.
Also add a PodDisruptionBudget with a max of 1..
Is there a workaround to accomplish this today?
No.
Thanks for the suggestion, I encourage you to go ahead and make a PR with this change and we can review to make sure all is well.