[SO] Adjust "small" resource limits for so-sdc-controller 17/140817/1
authorAndreas Geissler <andreas-geissler@telekom.de>
Fri, 25 Apr 2025 06:53:16 +0000 (08:53 +0200)
committerAndreas Geissler <andreas-geissler@telekom.de>
Fri, 25 Apr 2025 06:53:16 +0000 (08:53 +0200)
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 <andreas-geissler@telekom.de>
kubernetes/so/components/so-sdc-controller/values.yaml

index f7a838a..e1c67ec 100755 (executable)
@@ -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"