Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / sdc / components / sdc-onboarding-be / templates / job.yaml
index 4cef90b..8ceca38 100644 (file)
@@ -47,10 +47,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.onboardingInitImage }}
@@ -91,7 +91,7 @@ spec:
             memory: "1Gi"
           requests:
             cpu: "200m"
-            memory: "0.2Gi"
+            memory: "200Mi"
       {{ include "common.waitForJobContainer" . | indent 6 | trim }}
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes:
@@ -102,5 +102,4 @@ spec:
       - name: {{ include "common.fullname" . }}-cqlshrc
         configMap:
           name: {{ include "common.release" . }}-sdc-cqlshrc
-      imagePullSecrets:
-      - name: "{{ include "common.namespace" . }}-docker-registry-key"
+      {{- include "common.imagePullSecrets" . | nindent 6 }}