File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
125136monitor :
126137 grafana :
127138 user : " admin"
You can’t perform that action at this time.
0 commit comments