From 6ff45086e1dd62d39d19dcf0c77bc567643443a4 Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Mon, 4 Mar 2024 10:14:56 +0100
Subject: [PATCH] comment server-static pvc mount

---
 deploy/charts/djangoninja/templates/deployment.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/deploy/charts/djangoninja/templates/deployment.yaml b/deploy/charts/djangoninja/templates/deployment.yaml
index e92f4dd..7eb4b59 100644
--- a/deploy/charts/djangoninja/templates/deployment.yaml
+++ b/deploy/charts/djangoninja/templates/deployment.yaml
@@ -89,8 +89,8 @@ spec:
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
           volumeMounts:
-            - mountPath: /code/public/static
-              name: server-static
+            # - mountPath: /code/public/static
+            #   name: server-static
             - mountPath: /uploaded-files
               name: uploaded-files
       {{- with .Values.nodeSelector }}
@@ -106,9 +106,9 @@ spec:
         {{- toYaml . | nindent 8 }}
       {{- end }}
       volumes:      
-        - name: server-static
-          persistentVolumeClaim:
-            claimName: server-static
+        # - name: server-static
+        #   persistentVolumeClaim:
+        #     claimName: server-static
         - name: uploaded-files
           emptyDir:
             sizeLimit: 5Gi
-- 
GitLab