From ca4a8d73617493052b2d14ca955a852bc94ba452 Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Sun, 27 Oct 2024 13:03:50 +0100 Subject: [PATCH] update memgraph storage size --- deployment/memgraph/values.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deployment/memgraph/values.yaml b/deployment/memgraph/values.yaml index 7a4e21f..7c87269 100644 --- a/deployment/memgraph/values.yaml +++ b/deployment/memgraph/values.yaml @@ -11,10 +11,7 @@ service: protocol: TCP persistentVolumeClaim: - storagePVC: true - storagePVCSize: 2Gi - logPVC: true - logPVCSize: 256Mi + storageSize: 2Gi memgraphConfig: - "--also-log-to-stderr=true"