@@ -34,12 +34,12 @@ global:
3434 # - off-cluster: Run PostgreSQL outside the Kubernetes cluster
3535 timeseriesLocation : " on-cluster"
3636
37- # Set the location of Workflow's Redis instance
37+ # Set the location of Workflow's Valkey instance
3838 #
3939 # Valid values are:
40- # - on-cluster: Run Redis within the Kubernetes cluster
41- # - off-cluster: Run Redis outside the Kubernetes cluster (configure in redis section)
42- redisLocation : " on-cluster"
40+ # - on-cluster: Run Valkey within the Kubernetes cluster
41+ # - off-cluster: Run Valkey outside the Kubernetes cluster (configure in valkey section)
42+ valkeyLocation : " on-cluster"
4343 # Set the location of Workflow's rabbitmq instance
4444 # Valid values are:
4545 # - on-cluster: Run Rabbitmq within the Kubernetes cluster
@@ -230,11 +230,11 @@ timeseries:
230230 # # If the PV uses a different storage class, specify that here.
231231 storageClass : " "
232232
233- redis :
234- # The addrs parameters are configured only when using an off-cluster Redis instance
233+ valkey :
234+ # The addrs parameters are configured only when using an off-cluster Valkey instance
235235 addrs : " " # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
236- password : " redis password" # "" == no password
237- # The following parameters are configured only when using an on-cluster Redis instance
236+ password : " valkey password" # "" == no password
237+ # The following parameters are configured only when using an on-cluster Valkey instance
238238 replicas : 1
239239 persistence :
240240 enabled : false # Set to true to enable persistence
0 commit comments