feat(deploy): add Grafana Prometheus datasource provisioning
This commit is contained in:
parent
e8f39daa75
commit
7471507be7
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
apiVersion: 1
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://prom:9090
|
||||
isDefault: true
|
||||
editable: false
|
||||
Loading…
Reference in a new issue