[OOM] Fixing k8s resources and limits
[oom.git] / kubernetes / aai / components / aai-schema-service / values.yaml
index 88f1786..24e4fa3 100644 (file)
@@ -125,14 +125,14 @@ serviceMesh:
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 999
       memory: 4Gi
     requests:
       cpu: 1
       memory: 3Gi
   large:
     limits:
-      cpu: 4
+      cpu: 999
       memory: 8Gi
     requests:
       cpu: 2