Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fluentd/values.yaml')
-rw-r--r--vendor/fluentd/values.yaml18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/fluentd/values.yaml b/vendor/fluentd/values.yaml
new file mode 100644
index 00000000000..a5072ef14ae
--- /dev/null
+++ b/vendor/fluentd/values.yaml
@@ -0,0 +1,18 @@
+plugins:
+ enabled: true
+ pluginsList: ["fluent-plugin-remote_syslog"]
+
+extraVolumes:
+ - name: varlog
+ hostPath:
+ path: /var/log
+ - name: varlibdockercontainers
+ hostPath:
+ path: /var/lib/docker/containers
+
+extraVolumeMounts:
+ - name: varlog
+ mountPath: /var/log
+ - name: varlibdockercontainers
+ mountPath: /var/lib/docker/containers
+ readOnly: true