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