CHORE(app): increase CPU limits

- Increase CPU limits
- Reduce throttling
This commit is contained in:
2025-12-05 01:43:12 +09:00
parent 8037c0a241
commit 90cd08c032
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: develop-sha-9abc720e2b5164520d27d028073b97213c39bc66 newTag: develop-sha-c72e1658eea33d5e4697b951366e6808fc620f7b
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

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