From b518b96a6d430f31b64f102fe05434523934f5e9 Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:20:33 -0700 Subject: [PATCH] increase postgres memory --- postgres/values.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/values.yaml.gotmpl b/postgres/values.yaml.gotmpl index 15465b3..4e47db9 100644 --- a/postgres/values.yaml.gotmpl +++ b/postgres/values.yaml.gotmpl @@ -9,7 +9,7 @@ instances: memory: 192Mi limits: cpu: 2 - memory: 512Mi + memory: 1Gi dataVolumeClaimSpec: accessModes: - "ReadWriteOnce"