ronething commented on code in PR #8558:
URL: https://github.com/apache/apisix/pull/8558#discussion_r1056132868
##########
ci/pod/docker-compose.common.yml:
##########
@@ -102,3 +102,103 @@ services:
VAULT_DEV_ROOT_TOKEN_ID: root
VAULT_DEV_LISTEN_ADDRESS: 0.0.0.0:8200
command: [ "vault", "server", "-dev" ]
+
+
+ ## RedisCluster Enable TLS
+ redis-node-0:
+ image: docker.io/bitnami/redis-cluster:7.0
+ volumes:
+ - ./t/certs:/certs
+ environment:
+ - 'ALLOW_EMPTY_PASSWORD=yes'
+ - 'REDIS_NODES=redis-node-0 redis-node-1 redis-node-2 redis-node-3
redis-node-4 redis-node-5'
Review Comment:
done. for a redis cluster, it may need at least 3 master nodes, so i reduce
to 3 nodes.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]