diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2018-04-12 11:41:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-12 11:41:05 +0000 |
commit | 52293c369364f464be90d2448772b4ccc6b97ff8 (patch) | |
tree | 5ab34f5e0062b6d252a953d23b23962d2567e7a2 /kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml | |
parent | 06ad9b7ab0cdecb9af73cbf7e2ac9684039b536d (diff) | |
parent | 08c3f456393436d42d95d43503ced431a10031e3 (diff) |
Merge "VFC Communication fails because MSB service name"
Diffstat (limited to 'kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml')
-rw-r--r-- | kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml index 64fab80bac..e2b3d0bc96 100644 --- a/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-workflow/templates/deployment.yaml @@ -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 }} |