aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-15 23:27:07 +0100
committerGravatar GitHub <[email protected]>2024-04-15 23:27:07 +0100
commit9f1d8fe9632f45af4c9e3b3b82f71003f03c2fd8 (patch)
tree78ac6db85fc8fd05074ec35eb3668980b729121f
parentUpdate deployment namespace (diff)
Update Redis service address
-rw-r--r--bot/constants.py2
1 files changed, 1 insertions, 1 deletions
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