From dff2f41032b533feeb595f671ca0560ec43168df Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 02:00:51 +0900 Subject: [PATCH] PERF(jotion): remove CPU limit for stability - Increase memory to 169Mi, remove CPU limit --- jotion/helm-values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/jotion/helm-values.yaml b/jotion/helm-values.yaml index 3f6a811..6337c7e 100644 --- a/jotion/helm-values.yaml +++ b/jotion/helm-values.yaml @@ -39,14 +39,13 @@ ingress: - jotion0213.kro.kr - www.jotion0213.kro.kr -# Resource settings (VPA lowerBound/target) +# Resource settings (no CPU limit for stability) resources: requests: cpu: 15m memory: 109Mi limits: - cpu: 15m - memory: 126Mi + memory: 169Mi livenessProbe: httpGet: