From 149506224f8742bf3f0f84bda451e839fc9329ec Mon Sep 17 00:00:00 2001 From: Grant Hunter <5445379+grantdhunter@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:11:54 -0700 Subject: [PATCH] update mem limit --- kgnot/values.yaml.gotmpl | 2 +- postgres/values.yaml.gotmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kgnot/values.yaml.gotmpl b/kgnot/values.yaml.gotmpl index 9eddd47..0b1d7cc 100644 --- a/kgnot/values.yaml.gotmpl +++ b/kgnot/values.yaml.gotmpl @@ -20,7 +20,7 @@ resources: limits: cpu: 500m ephemeral-storage: 2Gi - memory: 224Mi + memory: 350Mi persistence: size: 1Gi diff --git a/postgres/values.yaml.gotmpl b/postgres/values.yaml.gotmpl index aec2799..15465b3 100644 --- a/postgres/values.yaml.gotmpl +++ b/postgres/values.yaml.gotmpl @@ -9,7 +9,7 @@ instances: memory: 192Mi limits: cpu: 2 - memory: 256Mi + memory: 512Mi dataVolumeClaimSpec: accessModes: - "ReadWriteOnce"