aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/common/templates/_log.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/common/templates/_log.tpl')
-rw-r--r--kubernetes/common/common/templates/_log.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/common/common/templates/_log.tpl b/kubernetes/common/common/templates/_log.tpl
index 369c25b254..ca296c5b35 100644
--- a/kubernetes/common/common/templates/_log.tpl
+++ b/kubernetes/common/common/templates/_log.tpl
@@ -29,11 +29,11 @@
mountPath: /usr/share/filebeat/data
resources:
requests:
- memory: "5Mi"
cpu: "10m"
+ memory: "0.005Gi"
limits:
- memory: "20Mi"
cpu: "100m"
+ memory: "0.02Gi"
{{- end -}}
{{- end -}}