From bd9cacf8167c19d29e628d49035b719a3c3435d5 Mon Sep 17 00:00:00 2001
From: Matt Reeves <admin@mafyuh.io>
Date: Sun, 9 Feb 2025 16:36:13 -0500
Subject: [PATCH] change storage access mode from ReadWriteOnce to
 ReadWriteMany radarr

---
 kubernetes/apps/production/arr/radarr/deployment.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kubernetes/apps/production/arr/radarr/deployment.yaml b/kubernetes/apps/production/arr/radarr/deployment.yaml
index 66d78ff..b4e9ab4 100644
--- a/kubernetes/apps/production/arr/radarr/deployment.yaml
+++ b/kubernetes/apps/production/arr/radarr/deployment.yaml
@@ -52,7 +52,7 @@ metadata:
   namespace: arr
 spec:
   accessModes:
-    - ReadWriteOnce
+    - ReadWriteMany
   resources:
     requests:
       storage: 3Gi