[COMMON] Harmonize resource settings
[oom.git] / kubernetes / common / common / templates / _log.tpl
index 369c25b..ca296c5 100644 (file)
     mountPath: /usr/share/filebeat/data
   resources:
     requests:
-      memory: "5Mi"
       cpu: "10m"
+      memory: "0.005Gi"
     limits:
-      memory: "20Mi"
       cpu: "100m"
+      memory: "0.02Gi"
 {{- end -}}
 {{- end -}}