From 6ec768f7524790a322b230c7abb5a2d2cb7978cb Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Tue, 6 Aug 2024 20:43:46 +0100 Subject: [PATCH] The volume means the update needs to be recreate --- apps/sonarr/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sonarr/deployment.yaml b/apps/sonarr/deployment.yaml index 7e4134d..4f90254 100644 --- a/apps/sonarr/deployment.yaml +++ b/apps/sonarr/deployment.yaml @@ -9,7 +9,7 @@ spec: strategy: rollingUpdate: maxUnavailable: 0 - type: RollingUpdate + type: Recreate selector: matchLabels: app: sonarr