From 990693c6aaf44cf5d642a74e8177773422b09f39 Mon Sep 17 00:00:00 2001 From: XyLearningProgramming Date: Mon, 21 Jul 2025 15:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20limit=20more=20cpu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index 3adecfd..7c006f5 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -83,9 +83,9 @@ resources: limits: cpu: 3 memory: 800Mi - # requests: - # cpu: 1 - # memory: 512Mi + requests: + cpu: 50m + memory: 32Mi # Readiness and liveness probes configuration probes: