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/jovies
|
||||
newTag: main-sha-591e9895589d9b14e296e9764e0d83da1017c443
|
||||
newTag: main-sha-69b3fc9deb45c82ac19120458829d940f1f7a498
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -5,8 +5,8 @@ metadata:
|
||||
namespace: jovies
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "200Mi"
|
||||
requests.cpu: "200m"
|
||||
limits.memory: "300Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "3"
|
||||
requests.memory: "600Mi"
|
||||
requests.cpu: "600m"
|
||||
limits.memory: "900Mi"
|
||||
limits.cpu: "1200m"
|
||||
pods: "9"
|
||||
|
||||
Reference in New Issue
Block a user