[COMMON] Harmonize resource settings, Part 2
[oom.git] / kubernetes / sdc / components / sdc-cs / templates / job.yaml
index 6e9169d..8650fff 100644 (file)
@@ -51,10 +51,10 @@ spec:
         resources:
           limits:
             cpu: "100m"
-            memory: "0.5Gi"
+            memory: "500Mi"
           requests:
             cpu: "3m"
-            memory: "0.02Gi"
+            memory: "20Mi"
       containers:
       - name: {{ include "common.name" . }}-job
         image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.cassandraInitImage }}
@@ -90,7 +90,7 @@ spec:
             memory: "1Gi"
           requests:
             cpu: "200m"
-            memory: "0.3Gi"
+            memory: "300Mi"
       {{ include "common.waitForJobContainer" . | indent 6 | trim }}
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes: