19 lines
380 B
YAML
19 lines
380 B
YAML
|
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
|