summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/cephadm/templates/services/prometheus/web.yml.j2
blob: da3c3d724e8580d4af76938a1292f8dfcad04983 (plain)
1
2
3
4
5
tls_server_config:
  cert_file: prometheus.crt
  key_file: prometheus.key
basic_auth_users:
    {{ prometheus_web_user }}: {{ prometheus_web_password }}