From 9df3973ee6f7bc259deb2817f32888f5b806ade8 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 31 Jan 2025 11:00:20 +0100 Subject: [PATCH 1/2] Update values.yaml --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 66caaed6..18524256 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -85,7 +85,7 @@ backCronTasks: projects: size: 19Gi minSizeToKeepFree: 10240 # size is in MB - storageClassName: isilon + storageClassName: ceph-fs client: securityContext: -- GitLab From 4712fbdf71ffddbabf66e388b07e79beac2dd239 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Fri, 31 Jan 2025 11:07:54 +0100 Subject: [PATCH 2/2] Update storageClassName --- 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 38c0a14f..fe918824 100644 --- a/chart/pvc-shared-data.yaml +++ b/chart/pvc-shared-data.yaml @@ -8,5 +8,5 @@ spec: resources: requests: storage: 80Gi - storageClassName: isilon + storageClassName: ceph-fs status: {} \ No newline at end of file -- GitLab