vaultwarden: fix strategy

This commit is contained in:
2025-03-09 16:29:57 -04:00
parent b91760fdc8
commit 01c2f949de

View File

@@ -3,6 +3,8 @@ kind: Deployment
metadata:
name: vaultwarden
spec:
strategy:
type: Recreate
selector:
matchLabels:
app: vaultwarden
@@ -22,8 +24,6 @@ spec:
- /healthcheck.sh
initialDelaySeconds: 10
periodSeconds: 60
strategy:
type: Recreate
resources:
limits:
memory: "128Mi"