Add fix for multicloud port definition in yaml
[oom.git] / kubernetes / multicloud / templates / framework-deployment.yaml
index f97252a..9f122f0 100644 (file)
@@ -16,6 +16,10 @@ spec:
      hostname: framework
      containers:
      - env:
+       - name: MSB_ADDR
+         value: {{ .Values.msbgateway }}
+       - name: MSB_PORT
+         value: "{{ .Values.msbPort }}"
        - name: AAI_ADDR
          value: aai-service.{{ .Values.nsPrefix }}-aai
        - name: AAI_PORT
@@ -51,5 +55,3 @@ spec:
          path: /dockerdata-nfs/{{ .Values.nsPrefix }}/multicloud/framework/logs
      imagePullSecrets:
      - name: "{{ .Values.nsPrefix }}-docker-registry-key"
-
-