fix(mastodon): Use basic redis protocol without redis
This patch removes some of the work that introduces sentinel as part of the redis deployment. Sadly Mastodon isn't really sentinel compatible, which makes it quite redundant. Instead we introduce a new service for the redis-cluster, because the operator has this feature only in unstable versions for now. This service will always point to the current master node.
Loading
Please register or sign in to comment