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/portfolio
|
||||
newTag: main-sha-2b4854687969e05ef1f9b89e89a3f5297bb55f6c
|
||||
newTag: main-sha-debc5436c3c92dd2dbcaf1c42a1e76bba8c868f6
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user