REFACTOR(app): remove CPU limits

- Remove CPU limit configuration
- Improve container performance
This commit is contained in:
2025-12-05 22:39:18 +09:00
parent d74f8dc400
commit 8ae51e49b4
5 changed files with 1 additions and 5 deletions

View File

@@ -16,4 +16,3 @@ spec:
cpu: "30m"
limits:
memory: "120Mi"
cpu: "80m"

View File

@@ -14,7 +14,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/portfolio
newTag: develop-sha-dec40a689afe2d2532da09dcc3089c6d2e17c470
newTag: develop-sha-69b4c8c78353ffa9ef6ea0ccd7868c1261074292
patchesStrategicMerge:
- deployment-patch.yaml

View File

@@ -8,5 +8,4 @@ spec:
requests.memory: "200Mi"
requests.cpu: "100m"
limits.memory: "400Mi"
limits.cpu: "200m"
pods: "6"

View File

@@ -16,4 +16,3 @@ spec:
cpu: "50m"
limits:
memory: "150Mi"
cpu: "100m"

View File

@@ -8,5 +8,4 @@ spec:
requests.memory: "400Mi"
requests.cpu: "250m"
limits.memory: "600Mi"
limits.cpu: "400m"
pods: "9"