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:
|
images:
|
||||||
- name: ghcr.io/mayne0213/portfolio
|
- name: ghcr.io/mayne0213/portfolio
|
||||||
newTag: main-sha-2b4854687969e05ef1f9b89e89a3f5297bb55f6c
|
newTag: main-sha-debc5436c3c92dd2dbcaf1c42a1e76bba8c868f6
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ metadata:
|
|||||||
namespace: portfolio
|
namespace: portfolio
|
||||||
spec:
|
spec:
|
||||||
hard:
|
hard:
|
||||||
requests.memory: "250Mi"
|
requests.memory: "750Mi"
|
||||||
requests.cpu: "400m"
|
requests.cpu: "1200m"
|
||||||
limits.memory: "400Mi"
|
limits.memory: "1200Mi"
|
||||||
limits.cpu: "800m"
|
limits.cpu: "2400m"
|
||||||
pods: "3"
|
pods: "9"
|
||||||
|
|||||||
Reference in New Issue
Block a user