From 4dcaefa6a0a6af1bf49469b0bba36e9650248981 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 15:57:27 +0100 Subject: Update metabase namespace --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/constants.py b/bot/constants.py index 4299b28e1..b23222d96 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -423,7 +423,7 @@ class _Metabase(EnvConfig, env_prefix="metabase_"): username: str = "" password: str = "" - base_url: str = "http://metabase.default.svc.cluster.local" + base_url: str = "http://metabase.tooling.svc.cluster.local" public_url: str = "https://metabase.pythondiscord.com" max_session_age: int = 20_160 -- cgit v1.2.3