CHORE(app): increase ResourceQuota to 3x

- Increase resource quota for scaling
- Prepare for future growth
This commit is contained in:
2025-12-03 13:29:54 +09:00
parent ae3ecfc8eb
commit 0831e3e288
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: main-sha-591e9895589d9b14e296e9764e0d83da1017c443 newTag: main-sha-69b3fc9deb45c82ac19120458829d940f1f7a498
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml

View File

@@ -5,8 +5,8 @@ metadata:
namespace: jovies namespace: jovies
spec: spec:
hard: hard:
requests.memory: "200Mi" requests.memory: "600Mi"
requests.cpu: "200m" requests.cpu: "600m"
limits.memory: "300Mi" limits.memory: "900Mi"
limits.cpu: "400m" limits.cpu: "1200m"
pods: "3" pods: "9"