From f97766589fd6b58cb77ca78a2adc34314a495a61 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 25 Feb 2025 03:41:18 +0800 Subject: [PATCH] fix(chat): adjust CPU resource requests and limits in values.alpha.yaml Signed-off-by: zhenyus --- freeleaps/helm-pkg/chat/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 94b38b41..b05d2fde 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,10 +16,10 @@ chat: protocol: TCP resources: requests: - cpu: '0.5' + cpu: '100m' memory: 512Mi limits: - cpu: '1' + cpu: '500m' memory: 1Gi probes: {} services: