Skip to content

Commit 977d0f3

Browse files
author
Vaughn Dice
authored
Merge pull request #187 from vdice/add-logger-redis-to-values
fix(charts/monitor/values.yaml): add logger_redis_location key/value
2 parents f962267 + 49a81f2 commit 977d0f3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

charts/monitor/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ global:
4242
# - on-cluster: Run Grafana within the Kubernetes cluster
4343
# - off-cluster: Grafana is running outside of the cluster
4444
grafana_location: "on-cluster"
45+
# Set the location of Workflow's logger-specific Redis instance
46+
#
47+
# Valid values are:
48+
# - on-cluster: Run Redis within the Kubernetes cluster
49+
# - off-cluster: Run Redis outside the Kubernetes cluster (configure in loggerRedis section)
50+
logger_redis_location: "on-cluster"

0 commit comments

Comments
 (0)