Increate memory limit for fluentd-gcp

pull/6/head
Mik Vyatskov 2017-03-21 10:44:01 +01:00
parent 1e5fa8fed5
commit 48e750f5a0
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ spec:
value: --no-supervisor
resources:
limits:
memory: 200Mi
memory: 300Mi
requests:
cpu: 100m
memory: 200Mi

View File

@ -419,7 +419,7 @@ spec:
</match>
resources:
limits:
memory: 200Mi
memory: 300Mi
requests:
# Any change here should be accompanied by a proportional change in CPU
# requests of other per-node add-ons (e.g. kube-proxy).