We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b113a07 commit 88eaf4cCopy full SHA for 88eaf4c
1 file changed
charts/workflow/values.yaml
@@ -188,10 +188,11 @@ nsqd:
188
http_port: 4151
189
190
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"
+ # The following parameters are configured only when using an on-cluster Redis instance for logger
+ replicas: 1
+ port: "6379"
+ # 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"
196
password: "redis password" # "" == no password
197
198
fluentd:
0 commit comments