REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment - Prevent container throttling
This commit is contained in:
@@ -40,7 +40,6 @@ spec:
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "200Mi"
|
||||
cpu: "150m"
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /api/health
|
||||
|
||||
@@ -14,7 +14,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/todo
|
||||
newTag: develop-sha-27e45f8d1f42ec831ad9160101572af7d8b9218b
|
||||
newTag: develop-sha-041af0aed2d6b9120c7b26bc8c5cfea1e3ffa65c
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user