[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / deployment.yaml
index 910cf1b..ec87f1d 100644 (file)
@@ -44,10 +44,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" . }}