summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdnc/charts/ueb-listener/templates
diff options
context:
space:
mode:
authorjmac <james.macnider@amdocs.com>2018-04-27 15:28:47 +0000
committerjmac <james.macnider@amdocs.com>2018-04-27 19:34:09 +0000
commitcaeb6e02dbe8858691371125f96388df8a1ad886 (patch)
tree8ff4102559131d04500ee9b5aa889ceccb818de2 /kubernetes/sdnc/charts/ueb-listener/templates
parent880fa5c26aab08e504a887e2659828693c2b12fd (diff)
Fix for UEB connectivity to SDC
A new property was added in Beijing to connect to SDC, so this needed to be added to ueb-listener.properties While investigating, I also noticed that dblib.properties wasn't being properly configured, so I fixed that as well. Added init dependencies on the dmaap and sdc-be pods. Change-Id: I40b36c7333d511aeaa03e51cd9fadc8dc10956ac Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: CCSDK-254
Diffstat (limited to 'kubernetes/sdnc/charts/ueb-listener/templates')
-rw-r--r--kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml b/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
index b11cf95277..e3f324e046 100644
--- a/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
+++ b/kubernetes/sdnc/charts/ueb-listener/templates/deployment.yaml
@@ -38,6 +38,10 @@ spec:
- {{ .Values.config.mysqlChartName }}
- --container-name
- {{ .Values.config.sdncChartName }}
+ - --container-name
+ - {{ .Values.config.sdcbeChartName }}
+ - --container-name
+ - {{ .Values.config.msgRouterContainerName }}
env:
- name: NAMESPACE
valueFrom: