From 234218546009760d08f184342c66a2001ea8669f Mon Sep 17 00:00:00 2001 From: maxgfr <25312957+maxgfr@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:37:19 +0200 Subject: [PATCH] fix: performance --- .kontinuous/env/prod/values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.kontinuous/env/prod/values.yaml b/.kontinuous/env/prod/values.yaml index 0dedcc4a8..ea6b712a1 100644 --- a/.kontinuous/env/prod/values.yaml +++ b/.kontinuous/env/prod/values.yaml @@ -27,15 +27,22 @@ export: replicas: 1 resources: limits: - cpu: "2000m" + cpu: "1500m" memory: "4096Mi" requests: - cpu: "1500m" - memory: "2Gi" + cpu: "1000m" + memory: "896Mi" hasura: autoscale: enabled: true + resources: + limits: + cpu: "2000m" + memory: "4Gi" + requests: + cpu: "1000m" + memory: "1Gi" envFrom: - secretRef: name: pg-app