From b343bfe0d902946ddac45e31e3a1335a8370476f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 30 Mar 2025 14:25:22 +0200 Subject: [PATCH] fix redis hostname res --- deploy/redis/redis-sentinel-configmap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/redis/redis-sentinel-configmap.yaml b/deploy/redis/redis-sentinel-configmap.yaml index 7d9aa8f..e049e01 100644 --- a/deploy/redis/redis-sentinel-configmap.yaml +++ b/deploy/redis/redis-sentinel-configmap.yaml @@ -6,6 +6,7 @@ metadata: data: sentinel.conf: | port 26379 + sentinel resolve-hostnames yes sentinel monitor mymaster redis-0.redis.redis.svc.cluster.local 6379 2 sentinel down-after-milliseconds mymaster 5000 sentinel failover-timeout mymaster 10000