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:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: main-sha-1ce645675f4e070193b369dbbd4d9ac73184c6af
|
||||
newTag: main-sha-c9372289554e2fa94d4bba8833b3291ddbc7670c
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -5,9 +5,9 @@ metadata:
|
||||
namespace: todo
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "150Mi"
|
||||
requests.cpu: "100m"
|
||||
limits.memory: "250Mi"
|
||||
limits.cpu: "200m"
|
||||
pods: "2"
|
||||
requests.memory: "250Mi"
|
||||
requests.cpu: "200m"
|
||||
limits.memory: "400Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user