Commit 48e750f5 authored by Mik Vyatskov's avatar Mik Vyatskov

Increate memory limit for fluentd-gcp

parent 1e5fa8fe
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
value: --no-supervisor value: --no-supervisor
resources: resources:
limits: limits:
memory: 200Mi memory: 300Mi
requests: requests:
cpu: 100m cpu: 100m
memory: 200Mi memory: 200Mi
......
...@@ -419,7 +419,7 @@ spec: ...@@ -419,7 +419,7 @@ spec:
</match> </match>
resources: resources:
limits: limits:
memory: 200Mi memory: 300Mi
requests: requests:
# Any change here should be accompanied by a proportional change in CPU # Any change here should be accompanied by a proportional change in CPU
# requests of other per-node add-ons (e.g. kube-proxy). # requests of other per-node add-ons (e.g. kube-proxy).
......
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