From 7b006ad1bbcbbbcfb908aaa663e4dcf83c1ce65c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 9 Jan 2026 14:05:54 +0900 Subject: [PATCH] CHORE(resources): set memory limits equal to memory requests - Align memory limits with memory requests for guaranteed QoS class - jotion, jovies, portfolio, todo - web-app chart default values --- charts/web-app/values.yaml | 2 +- jotion/helm-values.yaml | 2 +- jovies/helm-values.yaml | 2 +- portfolio/helm-values.yaml | 2 +- todo/helm-values.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/web-app/values.yaml b/charts/web-app/values.yaml index 6885e09..9b39d88 100644 --- a/charts/web-app/values.yaml +++ b/charts/web-app/values.yaml @@ -48,7 +48,7 @@ resources: memory: 80Mi cpu: 20m limits: - memory: 200Mi + memory: 80Mi # Health checks healthCheck: diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index c29055f..8af48b7 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -44,7 +44,7 @@ resources: memory: 128Mi cpu: 15m limits: - memory: 192Mi + memory: 128Mi healthCheck: enabled: true diff --git a/jovies/helm-values.yaml b/jovies/helm-values.yaml index 790baf8..e48c75f 100644 --- a/jovies/helm-values.yaml +++ b/jovies/helm-values.yaml @@ -41,7 +41,7 @@ resources: memory: 100Mi cpu: 15m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true diff --git a/portfolio/helm-values.yaml b/portfolio/helm-values.yaml index 2488160..2052b10 100644 --- a/portfolio/helm-values.yaml +++ b/portfolio/helm-values.yaml @@ -43,7 +43,7 @@ resources: memory: 100Mi cpu: 25m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true diff --git a/todo/helm-values.yaml b/todo/helm-values.yaml index 2a7b352..5c88409 100644 --- a/todo/helm-values.yaml +++ b/todo/helm-values.yaml @@ -44,7 +44,7 @@ resources: memory: 100Mi cpu: 15m limits: - memory: 150Mi + memory: 100Mi healthCheck: enabled: true