blob: e6a0303f8f53bafc8ba2e87266f50fbd7587ecba [file] [log] [blame]
Vnaumovefcb6922017-12-18 23:12:06 +03001parameters:
2 nginx:
3 server:
4 enabled: true
5 site:
6 nginx_rundeck:
7 enabled: true
8 type: nginx_proxy
9 name: rundeck
10 check: false
11 proxy:
12 host: ${_param:stacklight_monitor_address}
13 port: 4440
14 protocol: http
15 websocket: true
16 host:
17 name: ${_param:cluster_public_host}
18 port: 4440
19 protocol: https
20 ssl: ${_param:nginx_proxy_ssl}