update grafana ingress

This commit is contained in:
2025-03-30 17:17:58 +02:00
parent a10b8123f3
commit 52862e5654
2 changed files with 5 additions and 5 deletions

View File

@@ -47,14 +47,14 @@ spec:
timeoutSeconds: 1
env:
- name: GF_SERVER_ROOT_URL
value: "https://pulse.prod.panic.haus/"
value: "https://stats.prod.panic.haus/"
- name: GF_SERVER_DOMAIN
value: "pulse.prod.panic.haus"
value: "stats.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
value: "postgres-base-rw.postgres:5432"
- name: GF_DATABASE_NAME
value: "grafanadb"
- name: GF_DATABASE_USER