CHORE(app): increase ResourceQuota

- Increase quota for cert-manager solver
- Enable TLS certificate provisioning
This commit is contained in:
2025-11-29 11:08:57 +09:00
parent 23ca477aea
commit 7a21e7a50b
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -5,8 +5,8 @@ metadata:
namespace: jovies namespace: jovies
spec: spec:
hard: hard:
requests.memory: "100Mi" requests.memory: "200Mi"
requests.cpu: "100m" requests.cpu: "200m"
limits.memory: "150Mi" limits.memory: "300Mi"
limits.cpu: "200m" limits.cpu: "400m"
pods: "2" pods: "3"