mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53: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:
parent
4b6fd9f7e6
commit
946ac80ddd
|
@ -281,6 +281,8 @@ redis:
|
||||||
# you can also specify the name of an existing Secret
|
# you can also specify the name of an existing Secret
|
||||||
# with a key of redis-password set to the password you want
|
# with a key of redis-password set to the password you want
|
||||||
# existingSecret: ""
|
# existingSecret: ""
|
||||||
|
replica:
|
||||||
|
replicaCount: 0
|
||||||
|
|
||||||
# @ignored
|
# @ignored
|
||||||
service:
|
service:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user