Skip to content

Commit 7f5bb80

Browse files
committed
chore(redis): remove logger from redis conf
1 parent ab7b17b commit 7f5bb80

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

charts/workflow/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

197197
redis:
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

0 commit comments

Comments
 (0)