From 819418c374901cc42180f08ac357e6c02ca76ec6 Mon Sep 17 00:00:00 2001 From: DaviPtrs Date: Wed, 4 Dec 2024 20:31:59 -0300 Subject: [PATCH] tweak requests and limits --- apps/commune-cache/values.yaml | 4 ++-- apps/commune-worker/helmfile.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/commune-cache/values.yaml b/apps/commune-cache/values.yaml index 1ebdee14..f5149ce7 100644 --- a/apps/commune-cache/values.yaml +++ b/apps/commune-cache/values.yaml @@ -9,8 +9,8 @@ deployment: memory: 512Mi cpu: 1 requests: - memory: 320Mi - cpu: 0.3 + memory: 200Mi + cpu: 0.1 command: ["pnpm"] args: ["tsx", "./src/index.ts"] diff --git a/apps/commune-worker/helmfile.yaml b/apps/commune-worker/helmfile.yaml index 5a0c4331..57075e39 100644 --- a/apps/commune-worker/helmfile.yaml +++ b/apps/commune-worker/helmfile.yaml @@ -40,7 +40,7 @@ releases: cpu: 1 requests: memory: 200Mi - cpu: 0.4 + cpu: 0.1 - name: '{{ .Values.releasePrefix }}-module-fetcher' namespace: '{{ .Values.namespace }}' @@ -53,7 +53,7 @@ releases: resources: limits: memory: 500Mi - cpu: 0.5 + cpu: 1 requests: memory: 280Mi cpu: 0.25