summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-07-17 16:02:30 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-07-17 16:02:42 -0400
commit01a80afbf5e04b9c05b3f590d643c81b16088b3b (patch)
tree1a371da1f8d1183824de4fbc5a367e977e2e6b03 /kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml
parentcdbd3ab5d9dc4c56614e1feb329366e516f24a1e (diff)
AAI-UI es index are not getting populated
This change request contains the following fixes 1) SSL exception when contacting search service 2) AAI not posting to DMaap as it could not contact message-router 3) Search service unable to reach elastic search 4) Index name different between synapse and AAI-UI 5) Sparky starting before es which leads to the indexes not being created 6) Changing the DMaaP topic on synapse to listen to the ones posted by AAI Issue-ID: OOM-1290 Change-Id: I8126755c50f6842d8aee429436fb57b8b96a3819 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml')
-rw-r--r--kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml b/kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml
index 0417536625..40c621068c 100644
--- a/kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml
+++ b/kubernetes/aai/charts/aai-elasticsearch/templates/deployment.yaml
@@ -17,6 +17,7 @@ spec:
metadata:
labels:
app: {{ include "common.name" . }}
+ release: {{ .Release.Name }}
name: {{ include "common.name" . }}
spec:
initContainers: