fix sdnc.cluster script to use new NodePort prefix
[oom.git] / kubernetes / aai / charts / aai-champ / templates / deployment.yaml
index 7176d09..dc8cbb5 100644 (file)
@@ -1,4 +1,5 @@
 # Copyright © 2018 Amdocs, AT&T
+# Modifications Copyright © 2018 Bell Canada
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -36,6 +37,8 @@ spec:
         args:
         - --container-name
         - aai-resources
+        - --container-name
+        - message-router-kafka
         env:
         - name: NAMESPACE
           valueFrom:
@@ -47,7 +50,7 @@ spec:
         name: {{ include "common.name" . }}-readiness
       containers:
         - name: {{ include "common.name" . }}
-          image: "{{ .Values.global.repository | default .Values.repository }}/{{ .Values.image }}"
+          image: "{{ include "common.repository" . }}/{{ .Values.image }}"
           imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
           ports:
           - containerPort: {{ .Values.service.internalPort }}