We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16f035 + 195ae06 commit 1e740c0Copy full SHA for 1e740c0
charts/fluent-operator/templates/fluentbit-clusterinput-tail.yaml
@@ -28,6 +28,9 @@ spec:
28
{{- with .Values.fluentbit.input.tail.bufferMaxSize }}
29
bufferMaxSize: {{ . | quote }}
30
{{- end }}
31
+ {{- with .Values.fluentbit.input.tail.bufferChunkSize }}
32
+ bufferChunkSize: {{ . | quote }}
33
+ {{- end }}
34
skipLongLines: {{ .Values.fluentbit.input.tail.skipLongLines }}
35
db: /fluent-bit/tail/pos.db
36
dbSync: Normal
charts/fluent-operator/values.yaml
@@ -225,6 +225,7 @@ fluentbit:
225
refreshIntervalSeconds: 10
226
memBufLimit: 100MB
227
bufferMaxSize: ""
228
+ bufferChunkSize: ""
229
path: "/var/log/containers/*.log"
230
skipLongLines: true
231
readFromHead: false
0 commit comments