[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / dcaegen2-services / components / dcae-pm-mapper / values.yaml
index ab23b54..13c46cf 100644 (file)
@@ -166,14 +166,14 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 1Gi
     requests:
       cpu: 1
       memory: 1Gi
   large:
     limits:
-      cpu: 999
+      cpu: 4
       memory: 2Gi
     requests:
       cpu: 2