blob: 8b5792940bb0326b2df87f1112ca513386a23bbc [file] [log] [blame]
Ales Komarek87fef102016-12-31 14:53:19 +01001parameters:
2 nginx:
3 server:
4 enabled: true
5 site:
6 nginx_proxy_nagios:
7 enabled: true
8 type: nginx_proxy
9 name: nagios
10 proxy:
11 host: ${_param:stacklight_monitor_address}
12 port: 80
13 protocol: http
14 host:
15 name: ${_param:cluster_public_host}
16 port: 8001
17 protocol: https
18 ssl: ${_param:nginx_proxy_ssl}