mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +00:00
Merge pull request #22367 from a-robinson/requests
Auto commit by PR queue bot
This commit is contained in:
commit
886c943379
@ -11,7 +11,10 @@ spec:
|
|||||||
image: gcr.io/google_containers/fluentd-elasticsearch:1.15
|
image: gcr.io/google_containers/fluentd-elasticsearch:1.15
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
memory: 200Mi
|
||||||
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
|
memory: 200Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: varlog
|
- name: varlog
|
||||||
mountPath: /var/log
|
mountPath: /var/log
|
||||||
|
@ -12,6 +12,8 @@ spec:
|
|||||||
image: gcr.io/google_containers/fluentd-gcp:1.17
|
image: gcr.io/google_containers/fluentd-gcp:1.17
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
memory: 200Mi
|
||||||
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 200Mi
|
memory: 200Mi
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user