mirror of
https://github.com/mastodon/chart
synced 2025-03-15 05:21:52 +00:00
Set default Redis replica count to 0 (#96)
This commit is contained in:
parent
9cb9df98b6
commit
97c3d1dc90
|
@ -389,6 +389,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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user