commit | 08c3f456393436d42d95d43503ced431a10031e3 | [log] [tgz] |
---|---|---|
author | mahendrr <mahendra.raghuwanshi@amdocs.com> | Thu Apr 12 06:57:07 2018 +0000 |
committer | mahendrr <mahendra.raghuwanshi@amdocs.com> | Thu Apr 12 10:18:37 2018 +0000 |
tree | d662e7831415a569a82d649cdd4775af25e323f9 | |
parent | f39bd633c0acea07c3502a984178afa65f6c2b52 [diff] [blame] |
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-zte-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-zte-vnfm-driver/templates/deployment.yaml index 75931c3..7a0f4a1 100644 --- a/kubernetes/vfc/charts/vfc-zte-vnfm-driver/templates/deployment.yaml +++ b/kubernetes/vfc/charts/vfc-zte-vnfm-driver/templates/deployment.yaml
@@ -68,7 +68,7 @@ periodSeconds: {{ .Values.readiness.periodSeconds }} env: - name: MSB_ADDR - value: "{{ .Release.Name }}-msb-iag.{{ include "common.namespace" . }}:{{ .Values.config.msbPort }}" + value: "{{ .Values.global.config.msbServiceName }}:{{ .Values.global.config.msbPort }}" volumeMounts: - name: {{ include "common.fullname" . }}-localtime mountPath: /etc/localtime