Skip to content

Commit 67b658f

Browse files
committed
feat(charts): Add optional syslog endpoint setting to fluentd
1 parent 908f516 commit 67b658f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ global:
1616
# - gcs: Store persistent data in Google Cloud Storage
1717
# - minio: Store persistent data on in-cluster Minio server
1818
storage: minio
19+
1920
# Set the location of Workflow's PostgreSQL database
2021
#
2122
# Valid values are:
@@ -24,6 +25,7 @@ global:
2425
# configured above)
2526
# - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
2627
database_location: "on-cluster"
28+
2729
# Set the location of Workflow's logger-specific Redis instance
2830
#
2931
# Valid values are:
@@ -130,6 +132,13 @@ logger:
130132
port: "redis port"
131133
password: "redis password" # "" == no password
132134

135+
fluentd:
136+
syslog:
137+
# Configure the following ONLY if using Fluentd to send log messages to both
138+
# the Logger component and external syslog endpoint
139+
syslog_host: "external syslog endpoint url"
140+
syslog_port: "external syslog endpoint port"
141+
133142
monitor:
134143
grafana:
135144
user: "admin"

0 commit comments

Comments
 (0)