blob: 402604a97318fc3071cef1241c0cc291ce25d12b [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 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}