blob: 2f3e1e88af221e8dab94c6cd335c6ef5ba5c2a0e [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 nginx:
3 server:
4 enabled: true
5 site:
6 nginx_proxy_graphite:
7 enabled: true
8 type: nginx_proxy
9 name: graphite
10 proxy:
Alexander Noskovff55adb2017-06-28 14:00:02 +040011 host: ${_param:stacklight_monitor_hostname}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010012 port: 80
13 protocol: http
14 host:
15 name: ${_param:cluster_public_host}
16 port: 8080
17 protocol: https
18 ssl: ${_param:nginx_proxy_ssl}