guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
152 stars 73 forks source link

#27 - support running multiple replicas for HA #89

Closed davidfrickert closed 1 week ago

davidfrickert commented 6 months ago

This PR adds replicaCount to values, with default 1, so that users of the chart can run the chart in a HA setup with multiple replicas.

guerzon commented 1 week ago

Hi @davidfrickert,

Late reply but this has been added via #131. Let me know how it works for you.

Lester

davidfrickert commented 1 week ago

@guerzon unfortunately with latest vaultwarden this doesn't work with android app and also with the Bitwarden CLI (when replicas > 1) but the patch that i was using (this PR) also doesn't work, so idk

davidfrickert commented 1 week ago

i believe the session affinity of the service only works with internal traffic so ingress traffic doesn't apply