Skip to content

Commit

Permalink
extend values.yml with examples
Browse files Browse the repository at this point in the history
  • Loading branch information
shifter committed Mar 16, 2022
1 parent 0313acb commit f229dea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions charts/logging-operator-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,26 @@ clusterOutputs: []
# format:
# type: json
# default_topic: topic


# EventTailer config
eventTailer:
name: sample
# pvc:
# accessModes:
# - ReadWriteOnce
# volumeMode: Filesystem
# storage: 1G

# HostTailer config
hostTailer:
name: sample
fileTailers:
- name: sample-file
path: /var/log/my-file
disabled: false
systemdTailers:
# - name: firstsystemdtailer
# disabled: false
# maxEntries: 20
# systemdFilter: kubelet.service

0 comments on commit f229dea

Please sign in to comment.