[UUI] Update image of components of UUI
[oom.git] / kubernetes / sdc / components / sdc-wfd-be / templates / job.yaml
index de90704..5b6762b 100644 (file)
@@ -48,10 +48,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:
@@ -86,6 +86,5 @@ 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 }}
 {{ end }}