Deploy CBS, inventory, & SCH with Helm
[oom.git] / kubernetes / dcaegen2 / charts / dcae-bootstrap / templates / deployment.yaml
index 801c132..a1adfa1 100644 (file)
@@ -49,6 +49,8 @@ spec:
           - msb-discovery\r
           - --container-name\r
           - kube2msb\r
+          - --container-name\r
+          - dcae-config-binding-service\r
           - "-t"\r
           - "15"\r
         env:\r
@@ -61,6 +63,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 +98,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