From ffc4e9819daa82d7066e4d84b2f81b8d89c74831 Mon Sep 17 00:00:00 2001 From: "jan.jantzen" Date: Thu, 15 Aug 2024 16:20:28 +0200 Subject: [PATCH] prod postgres memory limit 8 Gi --- values_cusprod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values_cusprod.yaml b/values_cusprod.yaml index 26182f4..fe8b44b 100644 --- a/values_cusprod.yaml +++ b/values_cusprod.yaml @@ -114,7 +114,7 @@ smardigo-connect: size: 600Gi resources: limits: - memory: 3Gi + memory: 8Gi cpu: "2" requests: cpu: "1"