REFACTOR(app): remove CPU limits from quota

- Remove CPU limits requirement from ResourceQuota
- Fix quota validation error
This commit is contained in:
2025-12-26 12:02:06 +09:00
parent daa6036ef0
commit e5699d5b13
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -6,7 +6,7 @@ spec:
hard:
requests.cpu: "4"
requests.memory: 8Gi
limits.cpu: "8"
# limits.cpu: "8" # Removed to prevent quota enforcement (we removed CPU limits cluster-wide)
limits.memory: 16Gi
persistentvolumeclaims: "5"