Skip to content

Commit 25a8827

Browse files
iberryfulib-steffen
authored andcommitted
update fluentbit template (#226)
1 parent d5c8683 commit 25a8827

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deploy/infrabox/templates/fluentbit/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data:
2525
Parser docker_utf8
2626
Tag kube.*
2727
Refresh_Interval 2
28-
Mem_Buf_Limit 50MB
28+
Mem_Buf_Limit 200MB
2929
Skip_Long_Lines On
3030
[FILTER]
3131
Name kubernetes

deploy/infrabox/templates/fluentbit/daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ spec:
1717
image: fluent/fluent-bit:0.13
1818
resources:
1919
limits:
20-
memory: 100Mi
20+
memory: 1000Mi
2121
requests:
22-
cpu: 100m
22+
cpu: 500m
2323
memory: 100Mi
2424
volumeMounts:
2525
- name: varlog

0 commit comments

Comments
 (0)