Skip to content

Commit 88eaf4c

Browse files
committed
feat(redis): change redis to statefulset
1 parent b113a07 commit 88eaf4c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

charts/workflow/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,11 @@ nsqd:
188188
http_port: 4151
189189

190190
redis:
191-
# Configure the following ONLY if using an off-cluster Redis instance for logger
192-
db: "0"
193-
host: "redis host"
194-
port: "redis port"
191+
# The following parameters are configured only when using an on-cluster Redis instance for logger
192+
replicas: 1
193+
port: "6379"
194+
# The following parameters are configured only when using an off-cluster Redis instance for logger
195+
addrs: "" # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
195196
password: "redis password" # "" == no password
196197

197198
fluentd:

0 commit comments

Comments
 (0)