From 286e292780ae1eb0bebb065b50d93eed989fff29 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 7 Jan 2026 23:48:28 +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 --- jaejadle-dev/helm-values.yaml | 1 - jaejadle/helm-values.yaml | 1 - joossam-dev/helm-values.yaml | 1 - joossam/helm-values.yaml | 1 - jotion/helm-values.yaml | 1 - jovies/helm-values.yaml | 1 - portfolio/helm-values.yaml | 1 - todo/helm-values.yaml | 1 - 8 files changed, 8 deletions(-) diff --git a/jaejadle-dev/helm-values.yaml b/jaejadle-dev/helm-values.yaml index ca2065f..c240e7a 100644 --- a/jaejadle-dev/helm-values.yaml +++ b/jaejadle-dev/helm-values.yaml @@ -40,7 +40,6 @@ resources: cpu: 15m limits: memory: 150Mi - cpu: 23m healthCheck: enabled: true diff --git a/jaejadle/helm-values.yaml b/jaejadle/helm-values.yaml index 2ede5e2..58ba879 100644 --- a/jaejadle/helm-values.yaml +++ b/jaejadle/helm-values.yaml @@ -40,7 +40,6 @@ resources: cpu: 15m limits: memory: 150Mi - cpu: 23m healthCheck: enabled: true diff --git a/joossam-dev/helm-values.yaml b/joossam-dev/helm-values.yaml index 4f7e0ec..daf1fe6 100644 --- a/joossam-dev/helm-values.yaml +++ b/joossam-dev/helm-values.yaml @@ -40,7 +40,6 @@ resources: cpu: 15m limits: memory: 160Mi - cpu: 23m healthCheck: enabled: true diff --git a/joossam/helm-values.yaml b/joossam/helm-values.yaml index e6b062e..0bd6880 100644 --- a/joossam/helm-values.yaml +++ b/joossam/helm-values.yaml @@ -40,7 +40,6 @@ resources: cpu: 15m limits: memory: 160Mi - cpu: 23m healthCheck: enabled: true diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index 4cf737b..b5c6edc 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -45,7 +45,6 @@ resources: cpu: 15m limits: memory: 192Mi - cpu: 23m healthCheck: enabled: true diff --git a/jovies/helm-values.yaml b/jovies/helm-values.yaml index eb53abb..4538028 100644 --- a/jovies/helm-values.yaml +++ b/jovies/helm-values.yaml @@ -42,7 +42,6 @@ resources: cpu: 15m limits: memory: 150Mi - cpu: 23m healthCheck: enabled: true diff --git a/portfolio/helm-values.yaml b/portfolio/helm-values.yaml index 86b76e4..1b31ddf 100644 --- a/portfolio/helm-values.yaml +++ b/portfolio/helm-values.yaml @@ -44,7 +44,6 @@ resources: cpu: 25m limits: memory: 150Mi - cpu: 38m healthCheck: enabled: true diff --git a/todo/helm-values.yaml b/todo/helm-values.yaml index 8e51caa..886c2c1 100644 --- a/todo/helm-values.yaml +++ b/todo/helm-values.yaml @@ -45,7 +45,6 @@ resources: cpu: 15m limits: memory: 150Mi - cpu: 23m healthCheck: enabled: true