From d71a8a35e5659c0a52bd1ea37789c6936f40e5bf Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 26 Feb 2024 17:19:38 -0500 Subject: [PATCH] increase resource limits more --- helm-charts/infisical-standalone-postgres/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/infisical-standalone-postgres/values.yaml b/helm-charts/infisical-standalone-postgres/values.yaml index 9b9f553d7..1b5f2f561 100644 --- a/helm-charts/infisical-standalone-postgres/values.yaml +++ b/helm-charts/infisical-standalone-postgres/values.yaml @@ -24,9 +24,9 @@ infisical: resources: limits: - memory: 300Mi + memory: 350Mi requests: - cpu: 290m + cpu: 350m ingress: enabled: true