CHORE(app): allocate extra CPU for throttling

- Increase CPU allocation
- Reduce container throttling
This commit is contained in:
2025-12-01 17:15:00 +09:00
parent cd6dbf5c14
commit 2628d722a5
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ spec:
resources: resources:
requests: requests:
memory: "120Mi" memory: "120Mi"
cpu: "50m" cpu: "200m"
limits: limits:
memory: "230Mi" memory: "230Mi"
cpu: "150m" cpu: "400m"

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/portfolio - name: ghcr.io/mayne0213/portfolio
newTag: main-sha-88c70df51ff99151aeec57bb855d36141c85bfe4 newTag: main-sha-f03dc8afe9ac06a19767e81ef24d6944d5923cb6
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -6,7 +6,7 @@ metadata:
spec: spec:
hard: hard:
requests.memory: "250Mi" requests.memory: "250Mi"
requests.cpu: "200m" requests.cpu: "400m"
limits.memory: "400Mi" limits.memory: "400Mi"
limits.cpu: "400m" limits.cpu: "800m"
pods: "3" pods: "3"