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:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: main-sha-6365b2323b5af23e68cd15b5ddb12649d39ea560
|
||||
newTag: main-sha-a4579253858f961119c6b478d8fed15761270af3
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -5,9 +5,9 @@ metadata:
|
||||
namespace: todo
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "250Mi"
|
||||
requests.cpu: "200m"
|
||||
limits.memory: "400Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "3"
|
||||
requests.memory: "750Mi"
|
||||
requests.cpu: "600m"
|
||||
limits.memory: "1200Mi"
|
||||
limits.cpu: "1200m"
|
||||
pods: "9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user