Redis 마스터 노드로 연결 설정 변경

- REDIS_HOST를 'redis'에서 'redis-node-0.redis-headless'로 변경
- Redis read-only replica 오류 해결
- Content Service 이미지 생성 정상 작동 확인
This commit is contained in:
cherry2250 2025-10-29 11:20:27 +09:00
parent 5a93205f30
commit 1b73d2880b

View File

@ -6,7 +6,7 @@ metadata:
data: data:
# Redis Configuration # Redis Configuration
REDIS_ENABLED: "true" REDIS_ENABLED: "true"
REDIS_HOST: "redis" REDIS_HOST: "redis-node-0.redis-headless"
REDIS_PORT: "6379" REDIS_PORT: "6379"
REDIS_TIMEOUT: "2000ms" REDIS_TIMEOUT: "2000ms"
REDIS_POOL_MAX: "8" REDIS_POOL_MAX: "8"