summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
diff options
context:
space:
mode:
authormahendrr <mahendra.raghuwanshi@amdocs.com>2018-04-12 06:57:07 +0000
committermahendrr <mahendra.raghuwanshi@amdocs.com>2018-04-12 10:18:37 +0000
commit08c3f456393436d42d95d43503ced431a10031e3 (patch)
treed662e7831415a569a82d649cdd4775af25e323f9 /kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
parentf39bd633c0acea07c3502a984178afa65f6c2b52 (diff)
VFC Communication fails because MSB service name
Change-Id: I26e27cfb3b973bbffd0a94e3ec8411f5218cdf4f Issue-ID: OOM-804 Signed-off-by: mahendrr <mahendra.raghuwanshi@amdocs.com>
Diffstat (limited to 'kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml')
-rw-r--r--kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
index 450d4ad683..eed1906d26 100644
--- a/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-huawei-vnfm-driver/templates/deployment.yaml
@@ -68,7 +68,7 @@ spec:
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