summaryrefslogtreecommitdiffstats
path: root/kubernetes/vfc/charts/vfc-nslcm
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-nslcm
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-nslcm')
-rw-r--r--kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml2
-rw-r--r--kubernetes/vfc/charts/vfc-nslcm/values.yaml4
2 files changed, 2 insertions, 4 deletions
diff --git a/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml b/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
index a91576d382..b2481c8f33 100644
--- a/kubernetes/vfc/charts/vfc-nslcm/templates/deployment.yaml
+++ b/kubernetes/vfc/charts/vfc-nslcm/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
diff --git a/kubernetes/vfc/charts/vfc-nslcm/values.yaml b/kubernetes/vfc/charts/vfc-nslcm/values.yaml
index 6f9d4eb4ae..a14b06ec26 100644
--- a/kubernetes/vfc/charts/vfc-nslcm/values.yaml
+++ b/kubernetes/vfc/charts/vfc-nslcm/values.yaml
@@ -35,9 +35,7 @@ pullPolicy: Always
debugEnabled: false
# application configuration
-# Example:
-config:
- msbPort: 80
+config: {}
# default number of instances
replicaCount: 1