From bfd5b92a5d171921b05dce242e58e53f0f56259e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 15 Oct 2023 12:25:34 -0400 Subject: [PATCH] Add blackhole pvc --- torrenter/blackhole-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torrenter/blackhole-pvc.yaml b/torrenter/blackhole-pvc.yaml index 10d3b08..2c657c7 100644 --- a/torrenter/blackhole-pvc.yaml +++ b/torrenter/blackhole-pvc.yaml @@ -6,7 +6,7 @@ metadata: spec: storageClassName: local-storage accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1000Gi