update grafana

This commit is contained in:
2025-03-30 14:00:01 +02:00
parent da038837a4
commit dfc8d63f70

View File

@@ -49,6 +49,23 @@ spec:
value: "https://obs.prod.panic.haus/"
- name: GF_SERVER_DOMAIN
value: "obs.prod.panic.haus"
# External database configuration (example using PostgreSQL)
- name: GF_DATABASE_TYPE
value: "postgres"
- name: GF_DATABASE_HOST
value: "postgres-base-rw.postgres:5432" # Change to your external DB service address
- name: GF_DATABASE_NAME
value: "grafanadb"
- name: GF_DATABASE_USER
valueFrom:
secretKeyRef:
name: grafana-db-secret
key: username
- name: GF_DATABASE_PASSWORD
valueFrom:
secretKeyRef:
name: grafana-db-secret
key: password
resources:
requests:
cpu: 250m