VFC Communication fails because MSB service name
Change-Id: I26e27cfb3b973bbffd0a94e3ec8411f5218cdf4f
Issue-ID: OOM-804
Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
diff --git a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
index 64fab80..e2b3d0b 100644
--- a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml
@@ -74,9 +74,9 @@
- 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 }}
diff --git a/kubernetes/vfc/charts/vfc-workflow/values.yaml b/kubernetes/vfc/charts/vfc-workflow/values.yaml
index e683c30..028155e 100644
--- a/kubernetes/vfc/charts/vfc-workflow/values.yaml
+++ b/kubernetes/vfc/charts/vfc-workflow/values.yaml
@@ -35,9 +35,7 @@
debugEnabled: false
# application configuration
-# Example:
-config:
- msbPort: 80
+config: {}
# default number of instances
replicaCount: 1