CHORE(app): allocate extra CPU for throttling
- Increase CPU allocation - Reduce container throttling
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: "120Mi"
|
||||
cpu: "50m"
|
||||
cpu: "200m"
|
||||
limits:
|
||||
memory: "230Mi"
|
||||
cpu: "150m"
|
||||
cpu: "400m"
|
||||
|
||||
@@ -13,7 +13,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: main-sha-88c70df51ff99151aeec57bb855d36141c85bfe4
|
||||
newTag: main-sha-f03dc8afe9ac06a19767e81ef24d6944d5923cb6
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -6,7 +6,7 @@ metadata:
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "250Mi"
|
||||
requests.cpu: "200m"
|
||||
requests.cpu: "400m"
|
||||
limits.memory: "400Mi"
|
||||
limits.cpu: "400m"
|
||||
limits.cpu: "800m"
|
||||
pods: "3"
|
||||
|
||||
Reference in New Issue
Block a user