You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`redis.resources` | The resources of the redis container | `{}`
18
22
`redis.minReadySeconds` | minimum number of seconds for which a newly created Pod should be running and ready without any of its containers crashing, for it to be considered available | `10`
19
23
`cluster.init` | A boolean to specify whether the cluster should be initialized. (Can be false when cluster is already created and maybe you just want to change the resources of the cluster) | `true`
20
24
`cluster.master` | Number of master nodes | `3`
21
25
`cluster.replicas` | Number of replicas of each master | `1`
0 commit comments