From 0bef6b0a04b1cfc0ca307c10aaa31e5df88bfad1 Mon Sep 17 00:00:00 2001 From: Sigurd Pettersen Date: Thu, 21 Nov 2024 12:57:19 +0100 Subject: [PATCH] Reduce CPU resource requests and limits in radixconfig.yml; increase minimum replicas for horizontal scaling --- radixconfig.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/radixconfig.yml b/radixconfig.yml index bd866ccec..b42b9585c 100644 --- a/radixconfig.yml +++ b/radixconfig.yml @@ -145,13 +145,13 @@ spec: resources: requests: memory: 32Gi - cpu: 16000m + cpu: 8000m limits: memory: 32Gi - cpu: 16000m + cpu: 8000m horizontalScaling: - minReplicas: 8 - maxReplicas: 8 + minReplicas: 16 + maxReplicas: 16 resources: memory: averageUtilization: 60