File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ global:
2222 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
2323 database_location : " on-cluster"
2424
25- # Set the location of Workflow's logger-specific Redis instance
25+ # Set the location of Workflow's Redis instance
2626 #
2727 # Valid values are:
2828 # - on-cluster: Run Redis within the Kubernetes cluster
29- # - off-cluster: Run Redis outside the Kubernetes cluster (configure in loggerRedis section)
30- logger_redis_location : " on-cluster"
29+ # - off-cluster: Run Redis outside the Kubernetes cluster (configure in redis section)
30+ redis_location : " on-cluster"
3131
3232 # Set the location of Workflow's influxdb cluster
3333 #
@@ -195,10 +195,10 @@ nsqd:
195195 http_port : 4151
196196
197197redis :
198- # The following parameters are configured only when using an on-cluster Redis instance for logger
198+ # The following parameters are configured only when using an on-cluster Redis instance
199199 replicas : 1
200200 port : " 6379"
201- # The following parameters are configured only when using an off-cluster Redis instance for logger
201+ # The following parameters are configured only when using an off-cluster Redis instance
202202 addrs : " " # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
203203 password : " redis password" # "" == no password
204204
You can’t perform that action at this time.
0 commit comments