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:31 +09:00
parent b5517f757a
commit a051b67030
9 changed files with 0 additions and 10 deletions

View File

@@ -46,7 +46,6 @@ resources:
cpu: 15m
memory: 512Mi
limits:
cpu: 45m
memory: 768Mi
# Security context

View File

@@ -13,7 +13,6 @@ resources:
cpu: 35m
memory: 128Mi
limits:
cpu: 105m
memory: 192Mi
# Health checks with startupProbe for slow initialization

View File

@@ -35,7 +35,6 @@ controllers:
cpu: 15m
memory: 100Mi
limits:
cpu: 45m
memory: 150Mi
probes:
liveness:

View File

@@ -106,7 +106,6 @@ resources:
cpu: 15m
memory: 100Mi
limits:
cpu: 45m
memory: 150Mi
# =============================================================================

View File

@@ -24,7 +24,6 @@ resources:
cpu: 15m
memory: 100Mi
limits:
cpu: 45m
memory: 150Mi
ingress:

View File

@@ -38,7 +38,6 @@ controllers:
cpu: 15m
memory: 100Mi
limits:
cpu: 45m
memory: 150Mi
service:

View File

@@ -61,7 +61,6 @@ server:
cpu: 15m
memory: 512Mi
limits:
cpu: 45m
memory: 768Mi
probes:
startup:
@@ -102,7 +101,6 @@ machine-learning:
cpu: 15m
memory: 1Gi
limits:
cpu: 45m
memory: 1536Mi
probes:
startup:

View File

@@ -47,7 +47,6 @@ controllers:
cpu: 15m
memory: 150Mi
limits:
cpu: 45m
memory: 225Mi
probes:
startup:

View File

@@ -42,7 +42,6 @@ resources:
cpu: 15m
memory: 384Mi
limits:
cpu: 45m
memory: 576Mi
replicaCount: 1