blob: 7ad1af00f2b503cc2a3aff8ea777a7128642d32c [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 nginx:
3 server:
4 enabled: true
5 site:
6 nginx_proxy_grafana:
7 enabled: true
8 type: nginx_proxy
9 name: grafana
10 proxy:
11 host: mon
12 port: 3000
13 protocol: http
14 host:
15 name: ${_param:cluster_public_host}
16 port: 8084
17 protocol: https
18 ssl: ${_param:nginx_proxy_ssl}