1Password / connect-helm-charts

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

feat: add deployment replicas to values #121

Closed psg2 closed 1 year ago

psg2 commented 1 year ago

Hi, I hope this PR is in line with the contributing guidelines, otherwise I'm happy to adjust it as you see fit. 😄

This simple PR is here to enable user deployments to run with more replicas to have more stability and redundancy in case of any unexpected error like the running Pod getting evicted or something and there isn't another one available to fulfill the incoming requests making other applications fail to start. What do you think about it?