CHORE(app): increase CPU limits

- Increase CPU limits
- Reduce throttling
This commit is contained in:
2025-12-05 01:43:14 +09:00
parent 07e5ca11a4
commit 86ee3fa28b
3 changed files with 3 additions and 3 deletions

View File

@@ -16,4 +16,4 @@ spec:
cpu: "35m" cpu: "35m"
limits: limits:
memory: "161Mi" memory: "161Mi"
cpu: "105m" cpu: "210m"

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/todo - name: ghcr.io/mayne0213/todo
newTag: develop-sha-latest newTag: develop-sha-5933c29ebf593bd3a23d8ed6cda365ebde05ec14
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -16,5 +16,5 @@ spec:
cpu: "50m" cpu: "50m"
limits: limits:
memory: "230Mi" memory: "230Mi"
cpu: "150m" cpu: "300m"