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"