summaryrefslogtreecommitdiff
path: root/vendor/fluentd/values.yaml
blob: a5072ef14ae34d86d841e6e08f0ce0018207ce0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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