From 3d92ad2246572279416caccd19f5040a508b608c Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 4 Apr 2024 10:21:50 +0200 Subject: [PATCH] increase storage to 80Gi --- chart/pvc-shared-data.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/pvc-shared-data.yaml b/chart/pvc-shared-data.yaml index 612b8a52..38c0a14f 100644 --- a/chart/pvc-shared-data.yaml +++ b/chart/pvc-shared-data.yaml @@ -7,6 +7,6 @@ spec: - ReadWriteMany resources: requests: - storage: 30Gi + storage: 80Gi storageClassName: isilon status: {} \ No newline at end of file -- GitLab