From 4f78ac8493705ae71c1e497f585b51a40820b656 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Sat, 22 Feb 2025 20:16:54 -0600 Subject: [PATCH] bump cpurequest --- helm-chart/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 40d66cb..9d2b02a 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -9,8 +9,8 @@ imageTag: 0.0.1 imagePullSecret: cluster-regcred minReplicas: 1 maxReplicas: 3 -targetCPUUtilization: 4000 -cpuRequest: 10m +targetCPUUtilization: 800 +cpuRequest: 50m cpuLimit: 500m memoryRequest: 100Mi memoryLimit: 500Mi