Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / common / common / templates / _log.tpl
index 8142046..993c482 100644 (file)
     mountPath: {{ .Values.log.path }}
   - name: filebeat-data
     mountPath: /usr/share/filebeat/data
+  resources:
+    requests:
+      cpu: "10m"
+      memory: "5Mi"
+    limits:
+      cpu: "100m"
+      memory: "20Mi"
 {{- end -}}
 {{- end -}}