From 77f4a32063d488631307fd86a8165ac4a637e548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 30 Mar 2025 15:49:52 +0200 Subject: [PATCH] Update deploy/grafana/grafana-deploy.yaml --- deploy/grafana/grafana-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/grafana/grafana-deploy.yaml b/deploy/grafana/grafana-deploy.yaml index 760c0d5..9e81b27 100644 --- a/deploy/grafana/grafana-deploy.yaml +++ b/deploy/grafana/grafana-deploy.yaml @@ -47,9 +47,9 @@ spec: timeoutSeconds: 1 env: - name: GF_SERVER_ROOT_URL - value: "https://obs.prod.panic.haus/" + value: "https://pulse.prod.panic.haus/" - name: GF_SERVER_DOMAIN - value: "obs.prod.panic.haus" + value: "pulse.prod.panic.haus" # External database configuration (example using PostgreSQL) - name: GF_DATABASE_TYPE value: "postgres"