[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / dcaegen2-services / components / dcae-ves-openapi-manager / values.yaml
index 2cf7e19..295fcfe 100644 (file)
@@ -53,17 +53,17 @@ flavor: small
 resources:
   small:
     limits:
-      cpu: 999
+      cpu: 2
       memory: 0.5Gi
     requests:
       cpu: 1
       memory: 0.5Gi
   large:
     limits:
-      cpu: 999
+      cpu: 4
       memory: 1Gi
     requests:
-      cpu: 1
+      cpu: 2
       memory: 1Gi
   unlimited: {}