CHORE(app): allocate extra CPU for throttling
- Increase CPU allocation - Reduce container throttling
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user