mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200Mi
|
||||
env:
|
||||
- name: "FLUENTD_ARGS"
|
||||
value: "-qq"
|
||||
|
Loading…
Reference in New Issue
Block a user