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:53 +09:00
parent 95beeded32
commit 0109ca4137
2 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: main-sha-2b4854687969e05ef1f9b89e89a3f5297bb55f6c
newTag: main-sha-debc5436c3c92dd2dbcaf1c42a1e76bba8c868f6
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -5,8 +5,8 @@ metadata:
namespace: portfolio
spec:
hard:
requests.memory: "250Mi"
requests.cpu: "400m"
limits.memory: "400Mi"
limits.cpu: "800m"
pods: "3"
requests.memory: "750Mi"
requests.cpu: "1200m"
limits.memory: "1200Mi"
limits.cpu: "2400m"
pods: "9"