Add standardized helm chart for aai
[oom.git] / kubernetes / aai / charts / aai-elasticsearch / resources / config / elasticsearch.yml
@@ -155,14 +155,14 @@ network.bind_host: 0.0.0.0
 
 
 # Set a custom port for the node to node communication (9300 by default):
-transport.tcp.port: 8443
+transport.tcp.port: {{ .Values.config.tcpPort }}
 
 # Enable compression for all communication between nodes (disabled by default):
 transport.tcp.compress: false
 
 # Set a custom port to listen for HTTP traffic:
 # http.port: 9200
-http.port: 9200
+http.port: {{ .Values.service.internalPort }}
 
 # Set a custom allowed content length:
 # http.max_content_length: 100mb