diff --git a/apps/commune-cache/values.yaml b/apps/commune-cache/values.yaml index 1ebdee1..f5149ce 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 5a0c433..57075e3 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