From 9d43be5fd1fe1e0d8aebb213d3c21b863b2af5b0 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Tue, 11 Mar 2025 12:25:54 +0800 Subject: [PATCH] fix: increase CPU resource requests and limits for authentication configuration Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index aa417660..0093ebb9 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -16,10 +16,10 @@ authentication: protocol: TCP resources: requests: - cpu: 50m + cpu: 100m memory: 64Mi limits: - cpu: 100m + cpu: 200m memory: 128Mi probes: {} services: