added grafana and minor fix
This commit is contained in:
parent
81ec59d220
commit
fdf9f04bc6
6 changed files with 296 additions and 103 deletions
16
grafana/provisioning/datasources/datasource.yaml
Normal file
16
grafana/provisioning/datasources/datasource.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: DerethDB
|
||||
uid: dereth-db
|
||||
type: postgres
|
||||
access: proxy
|
||||
url: db:5432
|
||||
database: dereth
|
||||
user: postgres
|
||||
# Securely provision the password
|
||||
secureJsonData:
|
||||
password: ${POSTGRES_PASSWORD}
|
||||
jsonData:
|
||||
sslmode: disable
|
||||
postgresVersion: 1400
|
||||
Loading…
Add table
Add a link
Reference in a new issue