Skip to content

Commit 8528f0b

Browse files
committed
Beat this, fluent-bit :) ...
(I know you're close)
1 parent da19538 commit 8528f0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

logs-streaming/logs-kube-kafka-raw.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ spec:
5151
initialDelaySeconds: 5
5252
periodSeconds: 5
5353
resources:
54-
limits:
55-
memory: 100Mi
5654
requests:
57-
cpu: 100m
58-
memory: 100Mi
55+
cpu: 2m
56+
memory: 4Mi
57+
limits:
58+
cpu: 10m
59+
memory: 4Mi
5960
volumeMounts:
6061
- name: varlog
6162
mountPath: /var/log

0 commit comments

Comments
 (0)