diff --git a/entrypoint.sh b/entrypoint.sh index 19db7f81465ddfe711fe95a5740f7394605f8e73..4e0dbf8fab6b423f976ffa59c6e9413b94c70fbd 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,7 +36,7 @@ redis_mode_setup() { echo cluster-node-timeout 5000 echo cluster-require-full-coverage no echo cluster-migration-barrier 1 - echo cluster-config-file "${DATA_DIR}/nodes.conf" + echo cluster-config-file "${CLUSTER_DIRECTORY}/nodes.conf" } >> /etc/redis/redis.conf if [[ -z "${POD_IP}" ]]; then