Skip to content

Commit

Permalink
Adding pgsql datasource for Grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 authored Oct 9, 2024
1 parent 13c2f9d commit 60d74c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions base/monitoring/grafana/grafana.ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ data:
url: http://prometheus:30090
isDefault: true
editable: false
- name: pgsql
type: postgres
url: $PGHOST:$PGPORT
user: $PGGRAFANAUSER
database: $PGDATABASE
secureJsonData:
password: $PGGRAFANAPASSWORD
jsonData:
sslmode: $PGSSLMODE

0 comments on commit 60d74c3

Please sign in to comment.