CHORE(app): increase ResourceQuota to 3x
- Increase resource quota for scaling - Prepare for future growth
This commit is contained in:
@@ -13,7 +13,7 @@ commonLabels:
|
|||||||
# 이미지 태그 설정
|
# 이미지 태그 설정
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/mayne0213/todo
|
- name: ghcr.io/mayne0213/todo
|
||||||
newTag: main-sha-6365b2323b5af23e68cd15b5ddb12649d39ea560
|
newTag: main-sha-a4579253858f961119c6b478d8fed15761270af3
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ metadata:
|
|||||||
namespace: todo
|
namespace: todo
|
||||||
spec:
|
spec:
|
||||||
hard:
|
hard:
|
||||||
requests.memory: "250Mi"
|
requests.memory: "750Mi"
|
||||||
requests.cpu: "200m"
|
requests.cpu: "600m"
|
||||||
limits.memory: "400Mi"
|
limits.memory: "1200Mi"
|
||||||
limits.cpu: "400m"
|
limits.cpu: "1200m"
|
||||||
pods: "3"
|
pods: "9"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user