Add missing NodePorts to log components
[oom.git] / kubernetes / log / charts / log-elasticsearch / resources / config / elasticsearch.yml
index e7933b8..abdab8b 100644 (file)
@@ -116,7 +116,7 @@ http.port: {{.Values.service.externalPort}}
 # If a range is specified, the node will bind to the first available port in the range.
 # Defaults to 9300-9400.
 # More info:
-transport.tcp.port: {{.Values.service.externalPortTcp}}
+transport.tcp.port: {{.Values.service.externalPort2}}
 
 xpack.graph.enabled: false
 #Set to false to disable X-Pack graph features.