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:49 +09:00
parent fdfe0834c7
commit 5e52af8c32
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-6365b2323b5af23e68cd15b5ddb12649d39ea560
newTag: main-sha-a4579253858f961119c6b478d8fed15761270af3
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -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"