We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c8683 commit 25a8827Copy full SHA for 25a8827
2 files changed
deploy/infrabox/templates/fluentbit/configmap.yaml
@@ -25,7 +25,7 @@ data:
25
Parser docker_utf8
26
Tag kube.*
27
Refresh_Interval 2
28
- Mem_Buf_Limit 50MB
+ Mem_Buf_Limit 200MB
29
Skip_Long_Lines On
30
[FILTER]
31
Name kubernetes
deploy/infrabox/templates/fluentbit/daemonset.yaml
@@ -17,9 +17,9 @@ spec:
17
image: fluent/fluent-bit:0.13
18
resources:
19
limits:
20
- memory: 100Mi
+ memory: 1000Mi
21
requests:
22
- cpu: 100m
+ cpu: 500m
23
memory: 100Mi
24
volumeMounts:
- name: varlog
0 commit comments