From e7e1456acbd3c4a10c0e7e22cafded55a6bc4dcf Mon Sep 17 00:00:00 2001 From: Alexander Rogov Date: Sun, 12 Jul 2026 16:41:15 +0300 Subject: [PATCH] fix redis hostname to redis-master --- argocd/apps/mastodon.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/apps/mastodon.yaml b/argocd/apps/mastodon.yaml index f2ad88e..cf7b37a 100644 --- a/argocd/apps/mastodon.yaml +++ b/argocd/apps/mastodon.yaml @@ -81,7 +81,7 @@ spec: password: change-me redis: - hostname: redis.redis.svc.cluster.local + hostname: redis-master.redis.svc.cluster.local port: 6379 password: change-me