1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
90 stars 73 forks source link

FR: PodDisruptionBudget and Replicas #89

Open hazcod opened 2 years ago

hazcod commented 2 years ago

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.

jillianwilson commented 1 year ago

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.