[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / aai / components / aai-graphadmin / templates / deployment.yaml
index 234718c..1f666dd 100644 (file)
@@ -102,10 +102,10 @@ spec:
         resources:
           limits:
             cpu: "100m"
-            memory: "0.5Gi"
+            memory: "500Mi"
           requests:
             cpu: "3m"
-            memory: "0.02Gi"
+            memory: "20Mi"
       {{  end  }}
       containers:
       - name: {{ include "common.name" . }}