3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Set Redis replica count to 0

Since the configmap-env sets the REDIS_HOST to
`namespace-redis-master` any replicas will not be used and the
Bitnami chart defaults to 3 unused replicas.
This commit is contained in:
Ben Hardill 2023-10-09 21:29:59 +01:00
parent 4b6fd9f7e6
commit 946ac80ddd
No known key found for this signature in database
GPG Key ID: 74DD076979ABB1E7

View File

@ -281,6 +281,8 @@ redis:
# you can also specify the name of an existing Secret
# with a key of redis-password set to the password you want
# existingSecret: ""
replica:
replicaCount: 0
# @ignored
service: