Skip to content

Commit bf24e96

Browse files
committed
chore(valkey): change valkey replicas to 3
1 parent 6d9c670 commit bf24e96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/workflow/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ valkey:
192192
addrs: "" # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
193193
password: "valkey password" # "" == no password
194194
# The following parameters are configured only when using an on-cluster Valkey instance
195-
replicas: 1
195+
replicas: 3
196196
persistence:
197197
enabled: false # Set to true to enable persistence
198198
size: 5Gi

0 commit comments

Comments
 (0)