PERF(app): optimize CPU from metrics
- portfolio prod: 50m → 20m (actual: 12m)
This commit is contained in:
@@ -13,6 +13,6 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
memory: "80Mi"
|
||||
cpu: "50m"
|
||||
cpu: "20m" # Reduced from 50m based on actual usage (12m)
|
||||
limits:
|
||||
memory: "150Mi"
|
||||
|
||||
@@ -14,7 +14,7 @@ commonLabels:
|
||||
# 이미지 태그 설정
|
||||
images:
|
||||
- name: ghcr.io/mayne0213/portfolio
|
||||
newTag: main-sha-56e4096a7ad4a4bef8a2a48fc005bd1991859793
|
||||
newTag: main-sha-d4d380ac9a7e3127bf754cc239b3acd74aedb741
|
||||
|
||||
patchesStrategicMerge:
|
||||
- deployment-patch.yaml
|
||||
|
||||
Reference in New Issue
Block a user