add grafana datasoure and dashboard provisioning

This commit is contained in:
MillerUk
2023-04-30 20:32:40 +00:00
parent 6b932b1188
commit 2d34422e2d
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: 1
datasources:
- name: MySQL
type: mysql
url: auth_mysql
database: alliance_auth
user: grafana
editable: true
secureJsonData:
password: ${GF_AUTH_DATABASE_PASSWORD}