aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-11-15 19:57:00 +0000
committerGravatar Joe Banks <[email protected]>2020-11-15 19:57:00 +0000
commit6c8fed8aeb4850990f9f027401898aeb3330e732 (patch)
treeed555fa0127eac428b4b3b49a92e85cfe8e1a5b2
parentAdd deploy steps to GitHub Actions (diff)
Update config options with new hosts
-rw-r--r--config-default.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-default.yml b/config-default.yml
index 8912841ff..ac67251b0 100644
--- a/config-default.yml
+++ b/config-default.yml
@@ -4,13 +4,13 @@ bot:
sentry_dsn: !ENV "BOT_SENTRY_DSN"
redis:
- host: "redis"
+ host: "redis.default.svc.cluster.local"
port: 6379
password: !ENV "REDIS_PASSWORD"
use_fakeredis: false
stats:
- statsd_host: "graphite"
+ statsd_host: "graphite.default.svc.cluster.local"
presence_update_timeout: 300
cooldowns: