blob: 1120c9c9a2821682726afc50ffa7ecc655fb694f [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
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:
Éric Lemoinee31edd22016-12-14 14:40:11 +000011 host: ${_param:stacklight_monitor_address}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010012 port: 5601
13 protocol: http
14 host:
15 name: ${_param:cluster_public_host}
16 port: 5601
17 protocol: https
18 ssl: ${_param:nginx_proxy_ssl}