REFACTOR(deploy): remove CPU limit

- Remove CPU limit from deployment
- Prevent CPU throttling
This commit is contained in:
2025-12-26 11:37:52 +09:00
parent f4f605fc08
commit daa6036ef0
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ spec:
cpu: "100m"
limits:
memory: "1Gi"
cpu: "1000m"
# cpu: removed to prevent throttling
volumeMounts:
- name: projects
mountPath: /mnt/projects

View File

@@ -15,5 +15,5 @@ commonLabels:
# 이미지 태그 설정 (ArgoCD Image Updater가 자동으로 업데이트)
images:
- name: gitea0213.kro.kr/bluemayne/mas
newTag: main-sha-0a6ebdcd3a4c2113f6cb4ba40493566798d1c9e2
newTag: main-sha-bbd0cdb5446f15b8e68020f5802b237c239086d5