diff options
Diffstat (limited to 'charts/aai-search-data/resources/config/elastic-search.properties')
-rw-r--r-- | charts/aai-search-data/resources/config/elastic-search.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/charts/aai-search-data/resources/config/elastic-search.properties b/charts/aai-search-data/resources/config/elastic-search.properties new file mode 100644 index 0000000..532a9fb --- /dev/null +++ b/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 }} |