From 01c2f949de5cddc3ef21d92acebaefe525158a3c Mon Sep 17 00:00:00 2001 From: William P Date: Sun, 9 Mar 2025 16:29:57 -0400 Subject: [PATCH] vaultwarden: fix strategy --- vaultwarden/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vaultwarden/deployment.yaml b/vaultwarden/deployment.yaml index e01a222..21933d6 100644 --- a/vaultwarden/deployment.yaml +++ b/vaultwarden/deployment.yaml @@ -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"