about summary refs log tree commit diff
path: root/tools/monitoring
diff options
context:
space:
mode:
Diffstat (limited to 'tools/monitoring')
-rw-r--r--tools/monitoring/values.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/monitoring/values.yaml b/tools/monitoring/values.yaml
index fb3c6d9..450f60d 100644
--- a/tools/monitoring/values.yaml
+++ b/tools/monitoring/values.yaml
@@ -144,6 +144,33 @@ elasticsearch:
       requests:
         storage: 30Gi
 
+  master:
+    resources:
+      requests:
+        cpu: "500m"
+        memory: "2Gi"
+      limits:
+        cpu: "1"
+        memory: "4Gi"
+
+  data:
+    resources:
+      requests:
+        cpu: "500m"
+        memory: "2Gi"
+      limits:
+        cpu: "1"
+        memory: "4Gi"
+
+  ingest:
+    resources:
+      requests:
+        cpu: "500m"
+        memory: "2Gi"
+      limits:
+        cpu: "1"
+        memory: "4Gi"
+
 opentelemetry-collector:
   mode: deployment
   image: