mmz-srf / passbolt-helm

Passbolt Kubernetes Helm Charts
Apache License 2.0
18 stars 13 forks source link

High Availability setup #21

Closed AnatomicJC closed 1 year ago

AnatomicJC commented 2 years ago

Hi,

Following #19 Here is a PR for High Availability setup.

Dependencies charts (Galera, Redis, etc.) can be retrieved with helm dep build . command but I can restore the *.tgz files in charts sub-folders behavior if needed.

At least 3 worker nodes (you can loose one) are needed to have a real HA setup.

claudio-walser commented 2 years ago

Awesome, thank you for your effort, very much appreciated.

We will check it out and test our own installation with HA as soon as possible.

AnatomicJC commented 1 year ago

Hi :wave:

Did you have time to have a look and spin a passbolt setup in HA mode ?

Best,

claudio-walser commented 1 year ago

Not yet, we are working on it. Story is in the current sprint. Sorry for the delay

AnatomicJC commented 1 year ago

Cool thanks 👍

michizubi-SRF commented 1 year ago

Hey @AnatomicJC

We tested the HA setup on our environment and it worked fine, great work! However, we decided to use the single node version for our environment. I therefore made some changes to the values.yaml so that we can continue to use this deployment without further adjustments.

I merged your PR with my changes. Please update your branch with the master.

Thanks a lot for your contribution!