From 91def762f35987e041345995eb5ad62b47ac875a Mon Sep 17 00:00:00 2001 From: John Hanzu Kim Date: Thu, 19 Jun 2025 20:14:34 +0900 Subject: [PATCH] Update frontend-deployment.yaml --- smarketing-frontend/deployments/frontend-deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/smarketing-frontend/deployments/frontend-deployment.yaml b/smarketing-frontend/deployments/frontend-deployment.yaml index 5ead3d0..b768293 100644 --- a/smarketing-frontend/deployments/frontend-deployment.yaml +++ b/smarketing-frontend/deployments/frontend-deployment.yaml @@ -47,10 +47,10 @@ spec: - containerPort: 18080 resources: requests: - cpu: 128m # 프론트엔드는 CPU 사용량이 적음 - memory: 128Mi # 메모리도 적게 사용 + cpu: 128m + memory: 128Mi limits: - cpu: 512m # 제한도 낮게 설정 + cpu: 512m memory: 512Mi volumeMounts: - name: runtime-config