REFACTOR(app): remove CPU limits
- Remove CPU limit configuration - Improve container performance
This commit is contained in:
@@ -16,4 +16,3 @@ spec:
|
||||
cpu: "10m"
|
||||
limits:
|
||||
memory: "100Mi"
|
||||
cpu: "30m"
|
||||
|
||||
@@ -14,7 +14,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/jovies
|
||||
newTag: develop-sha-575f65c4ab16a558ea76b77b38be95b04d4d288f
|
||||
newTag: develop-sha-54f2f62008e06dca26c31d219d3eac97cd8a149a
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
@@ -8,5 +8,4 @@ spec:
|
||||
requests.memory: "150Mi"
|
||||
requests.cpu: "50m"
|
||||
limits.memory: "300Mi"
|
||||
limits.cpu: "100m"
|
||||
pods: "6"
|
||||
|
||||
@@ -16,4 +16,3 @@ spec:
|
||||
cpu: "15m"
|
||||
limits:
|
||||
memory: "100Mi"
|
||||
cpu: "50m"
|
||||
|
||||
@@ -8,5 +8,4 @@ spec:
|
||||
requests.memory: "200Mi"
|
||||
requests.cpu: "100m"
|
||||
limits.memory: "400Mi"
|
||||
limits.cpu: "200m"
|
||||
pods: "9"
|
||||
|
||||
Reference in New Issue
Block a user