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.
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.