vaultwarden: add strategy to recreate

This commit is contained in:
2025-03-08 21:51:09 -05:00
parent 17ba4863ae
commit c9a7276cc9

View File

@@ -22,6 +22,8 @@ spec:
- /healthcheck.sh - /healthcheck.sh
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 60 periodSeconds: 60
strategy:
type: Recreate
resources: resources:
limits: limits:
memory: "128Mi" memory: "128Mi"