From afdc83376e8dd286a0eb5be61093e61e0f871a6b Mon Sep 17 00:00:00 2001 From: Tomasz Barwicki Date: Wed, 11 Oct 2023 15:13:48 +0200 Subject: [PATCH] fix: cpu limits --- charts/app-dashboard/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/app-dashboard/values.yaml b/charts/app-dashboard/values.yaml index c08bde8..ca97d77 100644 --- a/charts/app-dashboard/values.yaml +++ b/charts/app-dashboard/values.yaml @@ -61,10 +61,10 @@ resources: # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: 100m + cpu: 200m memory: 128Mi requests: - cpu: 200m + cpu: 100m memory: 128Mi nodeSelector: {}