[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / aai / components / aai-sparky-be / values.yaml
index 7fe0a62..a2f13a2 100644 (file)
@@ -109,14 +109,14 @@ podAnnotations:
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 999
       memory: 4Gi
     requests:
       cpu: 0.25
       memory: 1Gi
   large:
     limits:
-      cpu: 4
+      cpu: 999
       memory: 8Gi
     requests:
       cpu: 0.5