blob: 00f0990c0de2f41980f46f77ba9450a832aef294 [file] [log] [blame]
Vnaumov248e34e2017-10-06 14:56:07 +03001parameters:
2 _param:
3 grafana_ssl:
4 enabled: false
5 devops_portal:
6 config:
7 service:
8 stacklight-grafana:
9 configure_proxy: false
10 enabled: true
11 endpoint:
12 address: ${_param:grafana_address}
13 port: ${_param:grafana_port}
14 https: ${_param:grafana_ssl:enabled}