From 738919552744036fdf4b7c20c96301bce9eb0b68 Mon Sep 17 00:00:00 2001 From: Sigurd Pettersen Date: Thu, 21 Nov 2024 22:09:48 +0100 Subject: [PATCH] Reduce CPU resource requests and limits in radixconfig.yml --- radixconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radixconfig.yml b/radixconfig.yml index 4a2257e3e..8ea4de966 100644 --- a/radixconfig.yml +++ b/radixconfig.yml @@ -145,10 +145,10 @@ spec: resources: requests: memory: 32Gi - cpu: 32000m + cpu: 16000m limits: memory: 32Gi - cpu: 32000m + cpu: 16000m horizontalScaling: minReplicas: 8 maxReplicas: 8