mirror of https://github.com/k3s-io/k3s
Initial cpu limit for fluentd pods (file based).
parent
d9d12fd3f7
commit
626d25d50e
|
@ -6,6 +6,9 @@ spec:
|
|||
containers:
|
||||
- name: fluentd-elasticsearch
|
||||
image: gcr.io/google_containers/fluentd-elasticsearch:1.5
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
env:
|
||||
- name: "FLUENTD_ARGS"
|
||||
value: "-qq"
|
||||
|
|
|
@ -6,6 +6,9 @@ spec:
|
|||
containers:
|
||||
- name: fluentd-cloud-logging
|
||||
image: gcr.io/google_containers/fluentd-gcp:1.6
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
env:
|
||||
- name: "FLUENTD_ARGS"
|
||||
value: "-qq"
|
||||
|
|
Loading…
Reference in New Issue