Dmitry Kalashnik | 87d2c31 | 2018-08-15 11:05:47 +0400 | [diff] [blame] | 1 | parameters: |
| 2 | nginx: |
| 3 | server: |
| 4 | stream: |
| 5 | elasticsearch_binary: |
| 6 | backend: |
| 7 | elasticsearch: |
| 8 | address: ${_param:stacklight_monitor_address} |
| 9 | port: 9305 |
| 10 | host: |
| 11 | port: 9300 |
| 12 | site: |
| 13 | nginx_proxy_elasticsearch: |
| 14 | enabled: true |
| 15 | type: nginx_proxy |
| 16 | name: elasticsearch |
| 17 | proxy: |
| 18 | host: ${_param:stacklight_monitor_address} |
| 19 | port: 9205 |
| 20 | protocol: http |
| 21 | host: |
| 22 | name: ${_param:cluster_public_host} |
| 23 | port: 9200 |
| 24 | protocol: https |
| 25 | ssl: ${_param:nginx_proxy_ssl} |