Merge "update drools container configuration"
[oom.git] / kubernetes / vfc / charts / vfc-workflow / templates / deployment.yaml
index 64fab80..e2b3d0b 100644 (file)
@@ -74,9 +74,9 @@ spec:
             - name: SERVICE_PORT
               value: "{{ .Values.service.externalPort }}"
             - name: OPENPALETTE_MSB_IP
-              value: "{{ .Release.Name }}-msb-iag.{{ include "common.namespace" . }}"
+              value: "{{ .Values.global.config.msbServiceName }}"
             - name: OPENPALETTE_MSB_PORT
-              value: "{{ .Values.config.msbPort | default 80 }}"
+              value: "{{ .Values.global.config.msbPort | default 80 }}"
           resources:
 {{ toYaml .Values.resources | indent 12 }}
         {{- if .Values.nodeSelector }}