mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 02:09:56 +00:00
Set memory limit (200mi) to fluentd static pod
This commit is contained in:
parent
6b61918b67
commit
54531d9b55
@ -9,6 +9,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
memory: 200Mi
|
||||||
env:
|
env:
|
||||||
- name: "FLUENTD_ARGS"
|
- name: "FLUENTD_ARGS"
|
||||||
value: "-qq"
|
value: "-qq"
|
||||||
|
Loading…
Reference in New Issue
Block a user