Skip to content

Commit bd9cacf

Browse files
committedFeb 9, 2025
change storage access mode from ReadWriteOnce to ReadWriteMany radarr
1 parent 35e34b6 commit bd9cacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎kubernetes/apps/production/arr/radarr/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ metadata:
5252
namespace: arr
5353
spec:
5454
accessModes:
55-
- ReadWriteOnce
55+
- ReadWriteMany
5656
resources:
5757
requests:
5858
storage: 3Gi

0 commit comments

Comments
 (0)
Please sign in to comment.