From f038c62b2f6a63d30b8ce4efc648b5216ba44852 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 02:29:32 +0900 Subject: [PATCH] PERF(postgresql): reduce pg-dev storage - from 10Gi to 1Gi with... --- postgresql-dev/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgresql-dev/helm-values.yaml b/postgresql-dev/helm-values.yaml index 114bf5b..eee8e14 100644 --- a/postgresql-dev/helm-values.yaml +++ b/postgresql-dev/helm-values.yaml @@ -19,8 +19,8 @@ auth: persistence: enabled: true - size: 10Gi - storageClass: local-path + size: 1Gi + storageClass: longhorn resources: requests: