From 9f1d8fe9632f45af4c9e3b3b82f71003f03c2fd8 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 15 Apr 2024 23:27:07 +0100 Subject: Update Redis service address --- bot/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/constants.py b/bot/constants.py index 7288c949..3be4a1cf 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -293,7 +293,7 @@ Wolfram = _Wolfram() class _Redis(EnvConfig, env_prefix="redis_"): - host: str = "redis.default.svc.cluster.local" + host: str = "redis.databases.svc.cluster.local" port: int = 6379 password: SecretStr = "" use_fakeredis: bool = False -- cgit v1.2.3