[COMMON] Harmonize resource settings
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / deployment.yaml
index da62035..910cf1b 100644 (file)
@@ -43,11 +43,11 @@ spec:
               fieldPath: metadata.namespace
         resources:
           limits:
-            cpu: 100m
-            memory: 100Mi
+            cpu: "100m"
+            memory: "0.5Gi"
           requests:
-            cpu: 3m
-            memory: 20Mi
+            cpu: "3m"
+            memory: "0.02Gi"
       {{ end }}
       containers:
         - name: {{ include "common.name" . }}