feat: SQL-Views und Grafana-Provisionierung

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 19:18:20 +02:00
parent df6615c8f7
commit 43e8e8e8f9
5 changed files with 233 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: 1
datasources:
- name: FinanzDB
type: postgres
access: proxy
url: localhost:5432
user: finance_read
jsonData:
database: finance
sslmode: disable
secureJsonData:
password: ${FINANCE_READ_PASSWORD}