Add standardized helm chart for aai
[oom.git] / kubernetes / aai / charts / aai-sparky-be / resources / config / elasticsearch.properties
@@ -7,8 +7,8 @@
 # The ip address/hostname and port to the desired AAI instance
 # For development it's recommended to use a local instance of ES
 #
-elasticsearch.ipAddress=aai-elasticsearch.{{.Values.nsPrefix}}
-elasticsearch.httpPort=9200
+elasticsearch.ipAddress=aai-elasticsearch.{{.Release.Namespace}}
+elasticsearch.httpPort={{ .Values.config.elasticsearchHttpPort }}
 elasticsearch.javaApiPort=8443
 
 ############################## Indexes ##############################