mirror of
https://github.com/mastodon/chart
synced 2025-03-15 21:41:50 +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
|
# 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