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"
limits:
memory: "84Mi"
cpu: "105m"
cpu: "210m"

View File

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

View File

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