From: Andreas Geissler Date: Fri, 25 Apr 2025 06:53:16 +0000 (+0200) Subject: [SO] Adjust "small" resource limits for so-sdc-controller X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0584f55fd162532c71c3a1cf429190aa4c7a279d;p=oom.git [SO] Adjust "small" resource limits for so-sdc-controller In "Small" setting the pod gets restarted due to CPU limits So the limits need to be adusted Issue-ID: OOM-3332 Change-Id: I5183fe646ef157ff165f093ea16da3a98907044b Signed-off-by: Andreas Geissler --- diff --git a/kubernetes/so/components/so-sdc-controller/values.yaml b/kubernetes/so/components/so-sdc-controller/values.yaml index f7a838a8d9..e1c67ecf39 100755 --- a/kubernetes/so/components/so-sdc-controller/values.yaml +++ b/kubernetes/so/components/so-sdc-controller/values.yaml @@ -117,14 +117,14 @@ flavor: small resources: small: limits: - cpu: "1" + cpu: "2" memory: "1.5Gi" requests: - cpu: "0.5" + cpu: "1" memory: "1.5Gi" large: limits: - cpu: "2" + cpu: "3" memory: "3Gi" requests: cpu: "1"