PERF(resources): remove CPU limits - keep memory limits only

- CPU throttling prevents app startup, not crashes
- Memory OOM is the real cascading failure cause
- CPU request ensures fair scheduling
This commit is contained in:
2026-01-07 23:48:35 +09:00
parent 69dc3b34be
commit 4286296591
10 changed files with 42 additions and 33 deletions

View File

@@ -7,12 +7,11 @@ dashboard:
replicaCount: 1
resources:
limits:
cpu: null
memory: 256Mi
requests:
cpu: 25m
memory: 128Mi
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
service:
type: ClusterIP
@@ -39,12 +38,11 @@ controller:
enabled: true
resources:
limits:
cpu: null
memory: 256Mi
requests:
cpu: 25m
memory: 128Mi
cpu: 15m
memory: 100Mi
limits:
memory: 150Mi
# Enable VPA recommendations for all namespaces
# Set to false to only monitor namespaces with the label: goldilocks.fairwinds.com/enabled=true