CHORE(app): increase ResourceQuota
- Increase quota for cert-manager solver - Enable TLS certificate provisioning
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-fcf39f0959d4ce54d3771307e9182b121dcd8ab4
|
newTag: main-sha-b531be6fa7a49d3d63ceefc41dd11b312e58201a
|
||||||
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- deployment-patch.yaml
|
- deployment-patch.yaml
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ metadata:
|
|||||||
namespace: portfolio
|
namespace: portfolio
|
||||||
spec:
|
spec:
|
||||||
hard:
|
hard:
|
||||||
requests.memory: "150Mi"
|
requests.memory: "250Mi"
|
||||||
requests.cpu: "100m"
|
requests.cpu: "200m"
|
||||||
limits.memory: "250Mi"
|
limits.memory: "400Mi"
|
||||||
limits.cpu: "200m"
|
limits.cpu: "400m"
|
||||||
pods: "2"
|
pods: "3"
|
||||||
|
|||||||
Reference in New Issue
Block a user