From f6603d55a74cc34eefd1e6493796a15d7fb2fab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Mon, 2 Jun 2025 01:35:30 +0200 Subject: [PATCH] use rwm --- deploy/affine/pvc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/affine/pvc.yaml b/deploy/affine/pvc.yaml index 251b38e..e6af6a0 100644 --- a/deploy/affine/pvc.yaml +++ b/deploy/affine/pvc.yaml @@ -7,7 +7,7 @@ metadata: spec: storageClassName: longhorn accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 10Gi @@ -22,7 +22,7 @@ metadata: spec: storageClassName: longhorn accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi \ No newline at end of file