From 26be4a2b627d8526e679fc9e8dd4e74fa29e8a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 24 Aug 2026 23:46:38 +0000 Subject: [PATCH] set valkey resources, fine tune outer resources --- deploy/app/helm-values.yaml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 899ceaf..bfd6564 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -9,7 +9,7 @@ resources: memory: 1024Mi requests: cpu: 100m - memory: 256Mi + memory: 350Mi image: # IMPORTANT: @@ -33,6 +33,13 @@ valkey-cluster: # dependency: # https://github.com/bitnami/charts/blob/main/bitnami/valkey/Chart.yaml valkey: + resources: + limits: + cpu: 200m + memory: 128Mi + requests: + cpu: 100m + memory: 64Mi enabled: true architecture: standalone global: @@ -118,9 +125,9 @@ postgresql: ephemeral-storage: 2Gi memory: 512Mi requests: - cpu: 250m + cpu: 128m ephemeral-storage: 50Mi - memory: 256Mi + memory: 128Mi enabled: true image: repository: bitnamilegacy/postgresql