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