guerzon / vaultwarden

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

Add probe override support #124

Closed bvanleeuwen1995 closed 4 weeks ago

bvanleeuwen1995 commented 4 weeks ago

Hi,

I just deployed Vaultwarden using chart, I configured Vaultwarden to run on non root path (/vaultwarden), this however causes the pod to be restarted since the chart deployment probe checks only /alive which needs to be /vaultwarden/alive in my case.

This chart fixes that problem and allows the probe URL to be set.

guerzon commented 4 weeks ago

Hi @bvanleeuwen-ndw, thanks for the PR. Please also bump the chart version. Thanks

bvanleeuwen1995 commented 4 weeks ago

Thank you for the quick response, do you want a path or minor bump?

guerzon commented 4 weeks ago

I would say a minor bump is fine.

bvanleeuwen1995 commented 4 weeks ago

Done :)