From fc8295c04751218b5c4e00a0e8a7b809ae10e5aa Mon Sep 17 00:00:00 2001 From: DaviPtrs Date: Mon, 2 Dec 2024 20:22:03 -0300 Subject: [PATCH] tweak commune-cache requests and limits --- apps/commune-cache/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/commune-cache/values.yaml b/apps/commune-cache/values.yaml index 7584231b..65065c76 100644 --- a/apps/commune-cache/values.yaml +++ b/apps/commune-cache/values.yaml @@ -4,6 +4,14 @@ deployment: image: repository: ghcr.io/renlabs-dev/commune-cache + resources: + limits: + memory: 512Mi + cpu: 1 + requests: + memory: 320Mi + cpu: 0.3 + command: ["pnpm"] args: ["tsx", "./src/index.ts"]