Reduce sizing of cps resource limits 43/143143/6 master
authorseanbeirne <sean.beirne@est.tech>
Mon, 9 Feb 2026 16:21:57 +0000 (16:21 +0000)
committerSean Beirne <sean.beirne@est.tech>
Mon, 9 Mar 2026 16:16:36 +0000 (16:16 +0000)
- Result of testing completed on CPS-3091
- Decrease RAM allocation for cps from 5GB to 3GB

Issue-ID: CPS-3153
Change-Id: I205f3c7f185c7c116de72969a2940f5292a7c081
Signed-off-by: seanbeirne <sean.beirne@est.tech>
cps-charts/values.yaml

index 8c0e02c..52ed227 100644 (file)
@@ -61,11 +61,11 @@ cps:
     nodePort: 30080
   resources:
     requests:
-      cpu: "2000m"
-      memory: "3Gi"
+      cpu: "1100m"
+      memory: "2Gi"
     limits:
       cpu: "6000m"
-      memory: "5Gi"
+      memory: "3Gi"
   livenessProbe:
     # Give cps up to 170 seconds to become alive
     httpGet: