X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=blobdiff_plain;f=kubernetes%2Flog%2Fcharts%2Flog-elasticsearch%2Fresources%2Fconfig%2Felasticsearch.yml;fp=kubernetes%2Flog%2Fresources%2Felasticsearch%2Fconf%2Felasticsearch.yml;h=e7933b85704fc3bbadf96bbff44af3c31320fa8a;hp=f038a10775a0dde52779d8f4e68fa6b8fed05a4c;hb=5f3b6196c84e31c76c5583b25549d50400fe63d3;hpb=4e4b97524ca8731bbb2b3080ca85b139f0096ce5 diff --git a/kubernetes/log/resources/elasticsearch/conf/elasticsearch.yml b/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml similarity index 98% rename from kubernetes/log/resources/elasticsearch/conf/elasticsearch.yml rename to kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml index f038a10775..e7933b8570 100644 --- a/kubernetes/log/resources/elasticsearch/conf/elasticsearch.yml +++ b/kubernetes/log/charts/log-elasticsearch/resources/config/elasticsearch.yml @@ -111,12 +111,12 @@ discovery.zen.minimum_master_nodes: 1 #action.destructive_requires_name: true # Set a custom port for HTTP: If required, default is 9200-9300 # This is used for REST APIs -http.port: 9200 +http.port: {{.Values.service.externalPort}} # Port to bind for communication between nodes. Accepts a single value or a range. # 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: 9300 +transport.tcp.port: {{.Values.service.externalPortTcp}} xpack.graph.enabled: false #Set to false to disable X-Pack graph features.