REFACTOR(app): remove CPU limit

- Remove CPU limits from deployment
- Prevent container throttling
This commit is contained in:
2025-12-05 23:08:58 +09:00
parent 7266a3127f
commit fb5db2b983
2 changed files with 1 additions and 2 deletions

View File

@@ -40,7 +40,6 @@ spec:
cpu: "50m" cpu: "50m"
limits: limits:
memory: "200Mi" memory: "200Mi"
cpu: "150m"
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /api/health path: /api/health

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/todo - name: ghcr.io/mayne0213/todo
newTag: develop-sha-27e45f8d1f42ec831ad9160101572af7d8b9218b newTag: develop-sha-041af0aed2d6b9120c7b26bc8c5cfea1e3ffa65c
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml