-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues_config.yaml
More file actions
55 lines (53 loc) · 1.15 KB
/
Copy pathvalues_config.yaml
File metadata and controls
55 lines (53 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
config:
service: |
[SERVICE]
Daemon Off
Flush 1
Log_Level info
HTTP_Server On
HTTP_Listen 0.0.0.0
HTTP_Port 2020
Health_Check On
storage.path /tmp/fluent-bit
storage.sync full
storage.checksum off
storage.max_chunks_up 128
storage.backlog.mem_limit 5M
inputs: |
[INPUT]
Name tail
Path /var/log/containers/*.log
multiline.parser cri
Tag kube.*
Skip_Long_Lines On
Buffer_Max_Size 5MB
Mem_Buf_Limit 500MB
Storage.Type filesystem
[INPUT]
Name systemd
Tag host.*
Systemd_Filter _SYSTEMD_UNIT=kubelet.service
Read_From_Tail On
filters: |
[FILTER]
Name kubernetes
Match kube.*
Buffer_Size 2MB
Merge_Log Off
[FILTER]
Name lua
Match kube.*
script /fluent-bit/scripts/common.lua
call common
tolerations:
- effect: NoSchedule
key: kubernetes.azure.com/scalesetpriority
operator: Equal
value: spot
resources:
requests:
cpu: 20m
memory: 64Mi
limits:
cpu: 200m
memory: 640Mi