From 78221775e99faf1295a5a3fb4bf473fdd2d76e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Am=C3=A9lie=20Loulergue?= Date: Wed, 18 Dec 2024 16:07:18 +0100 Subject: [PATCH] revert feature --- opensource/templates/deployment.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/opensource/templates/deployment.yaml b/opensource/templates/deployment.yaml index 364bf63..80167df 100644 --- a/opensource/templates/deployment.yaml +++ b/opensource/templates/deployment.yaml @@ -29,8 +29,6 @@ spec: volumeMounts: - name: redis-storage mountPath: "{{ default "/dumps" .Values.redis.dumpFolderPath }}" - - name: logs - mountPath: "/logs" env: - name: FILE_GET_ROUTE value: "{{ .Values.mediaProvider.routes.file.get }}" @@ -139,6 +137,4 @@ spec: volumes: - name: redis-storage persistentVolumeClaim: - claimName: {{ .Release.Name }}-redis-pv - - name: logs - emptyDir: { } \ No newline at end of file + claimName: {{ .Release.Name }}-redis-pv \ No newline at end of file