vaultwarden: add liveness probe

This commit is contained in:
2025-03-08 21:43:38 -05:00
parent c31e9f8873
commit 70bff665f6

View File

@@ -16,6 +16,12 @@ spec:
containers:
- name: vaultwarden
image: vaultwarden/server:1.33.2-alpine
livenessProbe:
exec:
command:
- /healthcheck.sh
initialDelaySeconds: 10
periodSeconds: 60
resources:
limits:
memory: "128Mi"