File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 37
37
Tag kube.marklogic.logs.error
38
38
Path_Key path
39
39
Parser error_parser
40
+ Mem_Buf_Limit 4MB
40
41
{{- end }}
41
42
42
43
{{- if .Values.logging.trackFiles.accessLogs }}
47
48
tag kube.marklogic.logs.access
48
49
Path_Key path
49
50
Parser access_parser
51
+ Mem_Buf_Limit 4MB
50
52
{{- end }}
51
53
52
54
{{- if .Values.logging.trackFiles.requestLogs }}
57
59
tag kube.marklogic.logs.request
58
60
Path_Key path
59
61
Parser json_parser
62
+ Mem_Buf_Limit 4MB
60
63
{{- end }}
61
64
62
65
{{- if .Values.logging.trackFiles.crashLogs }}
66
69
Read_from_head true
67
70
tag kube.marklogic.logs.crash
68
71
Path_Key path
72
+ Mem_Buf_Limit 4MB
69
73
{{- end }}
70
74
71
75
{{- if .Values.logging.trackFiles.auditLogs }}
75
79
Read_from_head true
76
80
tag kube.marklogic.logs.audit
77
81
Path_Key path
82
+ Mem_Buf_Limit 4MB
78
83
{{- end }}
79
84
80
85
outputs.conf : |
Original file line number Diff line number Diff line change @@ -161,6 +161,13 @@ spec:
161
161
valueFrom :
162
162
fieldRef :
163
163
fieldPath : metadata.name
164
+ resources :
165
+ requests :
166
+ cpu : 10m
167
+ memory : 32Mi
168
+ limits :
169
+ cpu : 100m
170
+ memory : 128Mi
164
171
{{- end }}
165
172
{{- with .Values.nodeSelector }}
166
173
nodeSelector : {{- toYaml . | nindent 8}}
You can’t perform that action at this time.
0 commit comments