From 66be4858a0af663221e7c9f703c965b6584f4278 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Thu, 14 Dec 2023 12:59:04 +0100
Subject: [PATCH] less storage

---
 deploy/df-wiki/templates/pvc-structure.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy/df-wiki/templates/pvc-structure.yaml b/deploy/df-wiki/templates/pvc-structure.yaml
index e3264505..acbe7073 100644
--- a/deploy/df-wiki/templates/pvc-structure.yaml
+++ b/deploy/df-wiki/templates/pvc-structure.yaml
@@ -9,6 +9,6 @@ spec:
   - ReadWriteMany
   resources:
     requests:
-      storage: 40Gi
+      storage: 30Gi
   storageClassName: isilon
   volumeMode: Filesystem
\ No newline at end of file
-- 
GitLab