From: seanbeirne Date: Mon, 9 Feb 2026 16:21:57 +0000 (+0000) Subject: Reduce sizing of cps resource limits X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=df4c9ecd027ddbcd9f03272f14cfd5be95fa1ee0;p=cps.git Reduce sizing of cps resource limits - 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 --- diff --git a/cps-charts/values.yaml b/cps-charts/values.yaml index 8c0e02c124..52ed227aae 100644 --- a/cps-charts/values.yaml +++ b/cps-charts/values.yaml @@ -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: