From fb835fbf19823b8707bae5e2e224bb9c10cc6f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= <38255502+matmut7@users.noreply.github.com> Date: Wed, 11 Oct 2023 16:22:55 +0200 Subject: [PATCH] fix: resources (#583) --- .kontinuous/env/prod/values.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.kontinuous/env/prod/values.yaml b/.kontinuous/env/prod/values.yaml index 5eb2a28d..5fc4e244 100644 --- a/.kontinuous/env/prod/values.yaml +++ b/.kontinuous/env/prod/values.yaml @@ -1,25 +1,25 @@ app: vars: ENV: prod - # resources: - # requests: - # cpu: 15m - # memory: 200Mi - # limits: - # cpu: 30m - # memory: 400Mi + resources: + requests: + cpu: 50m + memory: 500Mi + limits: + cpu: 100m + memory: 1Gi autoscale: enabled: true minReplicas: 2 hasura: - # resources: - # requests: - # cpu: 50m - # memory: 512Mi - # limits: - # cpu: 100m - # memory: 1024Mi + resources: + requests: + cpu: 500m + memory: 1Gi + limits: + cpu: 1000m + memory: 2Gi autoscale: enabled: true minReplicas: 2