Resource limit:DCAE config
[oom.git] / kubernetes / dcaegen2 / charts / dcae-bootstrap / templates / deployment.yaml
index 801c132..a26307d 100644 (file)
@@ -61,6 +61,8 @@ spec:
         - name: {{ include "common.name" . }}\r
           image: "{{ include "common.repository" . }}/{{ .Values.image }}"\r
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}\r
+          resources:\r
+{{ include "common.resources" . | indent 12 }}\r
           volumeMounts:\r
             - mountPath: /inputs\r
               name: {{ include "common.fullname" . }}-dcae-inputs\r
@@ -94,4 +96,4 @@ spec:
           hostPath:\r
             path: /etc/localtime\r
       imagePullSecrets:\r
-        - name: "{{ include "common.namespace" . }}-docker-registry-key"
\ No newline at end of file
+        - name: "{{ include "common.namespace" . }}-docker-registry-key"\r