From a051b670304608800556b845f2eaadef816271c1 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 7 Jan 2026 23:48:31 +0900 Subject: [PATCH] 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 --- code-server/helm-values.yaml | 1 - crafty/helm-values.yaml | 1 - docusaurus/helm-values.yaml | 1 - gitea/helm-values.yaml | 1 - headlamp/helm-values.yaml | 1 - homer/helm-values.yaml | 1 - immich/helm-values.yaml | 2 -- mas/helm-values.yaml | 1 - umami/helm-values.yaml | 1 - 9 files changed, 10 deletions(-) diff --git a/code-server/helm-values.yaml b/code-server/helm-values.yaml index 9d4bfcb..b4c4758 100644 --- a/code-server/helm-values.yaml +++ b/code-server/helm-values.yaml @@ -46,7 +46,6 @@ resources: cpu: 15m memory: 512Mi limits: - cpu: 45m memory: 768Mi # Security context diff --git a/crafty/helm-values.yaml b/crafty/helm-values.yaml index 21f7a79..50ac272 100644 --- a/crafty/helm-values.yaml +++ b/crafty/helm-values.yaml @@ -13,7 +13,6 @@ resources: cpu: 35m memory: 128Mi limits: - cpu: 105m memory: 192Mi # Health checks with startupProbe for slow initialization diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index 16ffa2d..6ceed30 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -35,7 +35,6 @@ controllers: cpu: 15m memory: 100Mi limits: - cpu: 45m memory: 150Mi probes: liveness: diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 34d2784..77dfae3 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -106,7 +106,6 @@ resources: cpu: 15m memory: 100Mi limits: - cpu: 45m memory: 150Mi # ============================================================================= diff --git a/headlamp/helm-values.yaml b/headlamp/helm-values.yaml index effc026..f3c5cc5 100644 --- a/headlamp/helm-values.yaml +++ b/headlamp/helm-values.yaml @@ -24,7 +24,6 @@ resources: cpu: 15m memory: 100Mi limits: - cpu: 45m memory: 150Mi ingress: diff --git a/homer/helm-values.yaml b/homer/helm-values.yaml index 24b7188..938ba92 100644 --- a/homer/helm-values.yaml +++ b/homer/helm-values.yaml @@ -38,7 +38,6 @@ controllers: cpu: 15m memory: 100Mi limits: - cpu: 45m memory: 150Mi service: diff --git a/immich/helm-values.yaml b/immich/helm-values.yaml index 10ea205..8e46292 100644 --- a/immich/helm-values.yaml +++ b/immich/helm-values.yaml @@ -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: diff --git a/mas/helm-values.yaml b/mas/helm-values.yaml index 57f91e2..1430600 100644 --- a/mas/helm-values.yaml +++ b/mas/helm-values.yaml @@ -47,7 +47,6 @@ controllers: cpu: 15m memory: 150Mi limits: - cpu: 45m memory: 225Mi probes: startup: diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index ad2c53a..199dbdc 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -42,7 +42,6 @@ resources: cpu: 15m memory: 384Mi limits: - cpu: 45m memory: 576Mi replicaCount: 1