| Ales Komarek | 87fef10 | 2016-12-31 14:53:19 +0100 | [diff] [blame] | 1 | parameters: |
| 2 | nginx: | ||||
| 3 | server: | ||||
| 4 | enabled: true | ||||
| 5 | site: | ||||
| 6 | nginx_proxy_kibana: | ||||
| 7 | enabled: true | ||||
| 8 | type: nginx_proxy | ||||
| 9 | name: kibana | ||||
| 10 | proxy: | ||||
| 11 | host: ${_param:stacklight_monitor_address} | ||||
| 12 | port: 5601 | ||||
| 13 | protocol: http | ||||
| Ksawery DziekoĆski | d82db80 | 2020-01-13 14:59:31 +0100 | [diff] [blame] | 14 | buffer: |
| 15 | size: 16 | ||||
| 16 | number: 8 | ||||
| 17 | busy: 32 | ||||
| Ales Komarek | 87fef10 | 2016-12-31 14:53:19 +0100 | [diff] [blame] | 18 | host: |
| 19 | name: ${_param:cluster_public_host} | ||||
| 20 | port: 5601 | ||||
| 21 | protocol: https | ||||
| 22 | ssl: ${_param:nginx_proxy_ssl} | ||||