Skip to content

Commit aa5b08c

Browse files
authored
Merge pull request #631 from rimusz/master
feat(charts): Add optional syslog endpoint setting to fluentd
2 parents 61d109f + dce55d5 commit aa5b08c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

charts/workflow/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ global:
99
# - gcs: Store persistent data in Google Cloud Storage
1010
# - minio: Store persistent data on in-cluster Minio server
1111
storage: minio
12+
1213
# Set the location of Workflow's PostgreSQL database
1314
#
1415
# Valid values are:
@@ -17,6 +18,7 @@ global:
1718
# configured above)
1819
# - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
1920
database_location: "on-cluster"
21+
2022
# Set the location of Workflow's logger-specific Redis instance
2123
#
2224
# Valid values are:
@@ -122,6 +124,15 @@ redis:
122124
port: "redis port"
123125
password: "redis password" # "" == no password
124126

127+
fluentd:
128+
syslog:
129+
# Configure the following ONLY if using Fluentd to send log messages to both
130+
# the Logger component and external syslog endpoint
131+
# external syslog endpoint url
132+
host: ""
133+
# external syslog endpoint port
134+
port: ""
135+
125136
monitor:
126137
grafana:
127138
user: "admin"

0 commit comments

Comments
 (0)