Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
feat(charts): Add optional syslog endpoint setting to fluentd
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Dec 5, 2016
1 parent 908f516 commit 67b658f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions charts/workflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ global:
# - gcs: Store persistent data in Google Cloud Storage
# - minio: Store persistent data on in-cluster Minio server
storage: minio

# Set the location of Workflow's PostgreSQL database
#
# Valid values are:
Expand All @@ -24,6 +25,7 @@ global:
# configured above)
# - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
database_location: "on-cluster"

# Set the location of Workflow's logger-specific Redis instance
#
# Valid values are:
Expand Down Expand Up @@ -130,6 +132,13 @@ logger:
port: "redis port"
password: "redis password" # "" == no password

fluentd:
syslog:
# Configure the following ONLY if using Fluentd to send log messages to both
# the Logger component and external syslog endpoint
syslog_host: "external syslog endpoint url"
syslog_port: "external syslog endpoint port"

monitor:
grafana:
user: "admin"
Expand Down

0 comments on commit 67b658f

Please sign in to comment.