[OOM] Fixing k8s cpu limits
[oom.git] / kubernetes / aai / components / aai-graphadmin / values.yaml
index 253a11c..e354671 100644 (file)
@@ -195,7 +195,7 @@ service:
   internalPort: 8449
   portName2: tcp-5005
   internalPort2: 5005
-  portName3: http-aai-graphadmin
+  portName3: http-graphadmin
   internalPort3: 8448
   terminationGracePeriodSeconds: 120
 
@@ -244,18 +244,18 @@ accessLogback:
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 1
       memory: 4Gi
     requests:
       cpu: 0.5
-      memory: 1536Mi
+      memory: 1.6Gi
   large:
     limits:
-      cpu: 4
+      cpu: 2
       memory: 8Gi
     requests:
       cpu: 1
-      memory: 2Gi
+      memory: 3.2Gi
   unlimited: {}
 
 metrics: