From a35830811112bde33526efb2e0507968df77b0f4 Mon Sep 17 00:00:00 2001 From: lsh9672 Date: Wed, 18 Jun 2025 17:48:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=84=EC=84=9D=20=EB=A6=AC=EC=86=8C?= =?UTF-8?q?=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- analytics/deployment.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/analytics/deployment.yml b/analytics/deployment.yml index f686c2e..10bfa27 100644 --- a/analytics/deployment.yml +++ b/analytics/deployment.yml @@ -54,8 +54,8 @@ spec: key: OPENAI_API_KEY resources: requests: - memory: "256Mi" - cpu: "125m" + memory: "1Gi" + cpu: "500m" limits: - memory: "512Mi" - cpu: "250m" + memory: "2Gi" + cpu: "1"