summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-03-27 18:15:20 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-27 18:15:20 +0000
commit262bc57bb3be7d222fe6e521344a8fd7e918be8c (patch)
tree6edab70e7c678a5f51cf975fba29e368cde76e82 /kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties
parentcb047cbcd492cfac220745b6509912de29b9344c (diff)
parent9bf2731ab42d49b3ac89d07e0e1282f685151c57 (diff)
Merge "Add standardized helm chart for aai"
Diffstat (limited to 'kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties')
-rw-r--r--kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties5
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties b/kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties
new file mode 100644
index 0000000000..532a9fb2f0
--- /dev/null
+++ b/kubernetes/aai/charts/aai-search-data/resources/config/elastic-search.properties
@@ -0,0 +1,5 @@
+# ElasticSearch Configuration
+
+es.cluster-name=ES_AAI
+es.ip-address=aai-elasticsearch.{{.Release.Namespace}}
+es.http-port={{ .Values.config.elasticsearchHttpPort }}