about summary refs log tree commit diff
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 20:03:00 +0200
committermakefunstuff <[email protected]>2024-06-28 20:03:00 +0200
commitb4e439dfc8b1d57938354c4a922a00a363755c42 (patch)
tree165e5020b69b90389a10593260da72b8d22c3d98
parente94042689dcddf3e95bcc7d961d63fcc520441ba (diff)
downloadk3s-lab-b4e439dfc8b1d57938354c4a922a00a363755c42.tar.gz
upd
-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: