From 52862e565476a5ea81689156747d799878a0a101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 30 Mar 2025 17:17:58 +0200 Subject: [PATCH] update grafana ingress --- deploy/grafana/grafana-deploy.yaml | 6 +++--- deploy/grafana/grafana-ingress.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/grafana/grafana-deploy.yaml b/deploy/grafana/grafana-deploy.yaml index 9e81b27..b5ecc9f 100644 --- a/deploy/grafana/grafana-deploy.yaml +++ b/deploy/grafana/grafana-deploy.yaml @@ -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 diff --git a/deploy/grafana/grafana-ingress.yaml b/deploy/grafana/grafana-ingress.yaml index c4f7e67..5fb1916 100644 --- a/deploy/grafana/grafana-ingress.yaml +++ b/deploy/grafana/grafana-ingress.yaml @@ -10,11 +10,11 @@ spec: ingressClassName: nginx tls: - hosts: - - pulse.prod.panic.haus + - stats.prod.panic.haus secretName: grafana-tls rules: - - host: pulse.prod.panic.haus + - host: stats.prod.panic.haus http: paths: - path: /