Commit 886c9433 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #22367 from a-robinson/requests

Auto commit by PR queue bot
parents d869dd01 4e729c6c
......@@ -11,7 +11,10 @@ spec:
image: gcr.io/google_containers/fluentd-elasticsearch:1.15
resources:
limits:
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- name: varlog
mountPath: /var/log
......
......@@ -12,6 +12,8 @@ spec:
image: gcr.io/google_containers/fluentd-gcp:1.17
resources:
limits:
memory: 200Mi
requests:
cpu: 100m
memory: 200Mi
env:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment