Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Memory use little higher than fluent-bit and tail+kafkacat
  • Loading branch information
solsson committed Nov 4, 2017
commit d61b3419957975e937251a58177d7b950f152c20
9 changes: 5 additions & 4 deletions logs-streaming/filebeat-logs-kube-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ spec:
- name: TOPIC
value: ops-kube-logs-filebeat-001
resources:
limits:
memory: 100Mi
requests:
cpu: 100m
memory: 100Mi
cpu: 2m
memory: 10Mi
limits:
cpu: 10m
memory: 20Mi
volumeMounts:
- name: config
mountPath: /etc/filebeat
Expand Down