Skip to content

Commit

Permalink
Fixup for #2339 (#2342)
Browse files Browse the repository at this point in the history
Actually, this redis runs in "master" mode on that port (from docker-compose). There are other redises launched on other parts that run in cluster mode.

Redis part of cluster:
https://github.com/wireapp/wire-server/blob/develop/deploy/dockerephemeral/docker-compose.yaml#L98
(ports 6373 - 6378)

Redis standalone in master mode on port 6379
https://github.com/wireapp/wire-server/blob/develop/deploy/dockerephemeral/docker-compose.yaml#L77
  • Loading branch information
jschaul authored May 2, 2022
1 parent c183293 commit bc59380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/services-demo/conf/gundeck.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cassandra:
redis:
host: 127.0.0.1
port: 6379
connectionMode: cluster
connectionMode: master

aws:
queueName: integration-gundeck-events
Expand Down

0 comments on commit bc59380

Please sign in to comment.