CHORE(app): increase CPU limits
- Prod: 400m -> 800m (2x) - Dev: 280m -> 560m (2x) Strategy A: Conservative approach for throttling reduction
This commit is contained in:
@@ -16,4 +16,4 @@ spec:
|
|||||||
cpu: "140m"
|
cpu: "140m"
|
||||||
limits:
|
limits:
|
||||||
memory: "161Mi"
|
memory: "161Mi"
|
||||||
cpu: "280m"
|
cpu: "560m"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ commonLabels:
|
|||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/mayne0213/portfolio
|
- name: ghcr.io/mayne0213/portfolio
|
||||||
newTag: develop-sha-5e7b4de60bdc6f1c3fa1404119b3550b0740e6f5
|
newTag: develop-sha-29f4196ac9055c827c043f4895fe9cfee9686f20
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -16,4 +16,4 @@ spec:
|
|||||||
cpu: "200m"
|
cpu: "200m"
|
||||||
limits:
|
limits:
|
||||||
memory: "230Mi"
|
memory: "230Mi"
|
||||||
cpu: "400m"
|
cpu: "800m"
|
||||||
|
|||||||
Reference in New Issue
Block a user