commit | 38d3d8787b1a0e62100adad88ad4be065054f4ef | [log] [tgz] |
---|---|---|
author | Volodymyr Stoiko <vstoiko@mirantis.com> | Tue Jun 20 17:55:07 2017 +0300 |
committer | Volodymyr Stoiko <vstoiko@mirantis.com> | Tue Jun 20 18:20:09 2017 +0300 |
tree | 55ec0b085d5e9ea57fcb31b41b58c5962ed333c0 | |
parent | aca752252b867b135fc41c630bd22d6024bebdaa [diff] [blame] |
Expose Elasticsearch port for binary protocol Change-Id: I7bc5c3ee1051f3e1c03d6f6e3d9f8c8ed1c3b885
diff --git a/devops_portal/service/elasticsearch.yml b/devops_portal/service/elasticsearch.yml index b945af3..647c4ef 100644 --- a/devops_portal/service/elasticsearch.yml +++ b/devops_portal/service/elasticsearch.yml
@@ -6,5 +6,5 @@ configure_proxy: true endpoint: address: ${_param:haproxy_elasticsearch_bind_host} - port: ${_param:haproxy_elasticsearch_bind_port} + port: ${_param:haproxy_elasticsearch_http_bind_port} https: ${_param:haproxy_elasticsearch_ssl:enabled}