about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 01:51:01 +0200
committermakefunstuff <[email protected]>2024-06-29 01:51:01 +0200
commitc4471c0b92f1b582dc026d1e45b939eb73fa759b (patch)
treeb1128f7e34715133e36c488775acad3fcb97c1ee /tools
parent6c36c0b9a98bd7741247fdc80db3c2e64fcbf432 (diff)
downloadk3s-lab-c4471c0b92f1b582dc026d1e45b939eb73fa759b.tar.gz
reduce limits
Diffstat (limited to '')
-rw-r--r--tools/elasticsearch/values.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml
index 0304196..fb74f21 100644
--- a/tools/elasticsearch/values.yaml
+++ b/tools/elasticsearch/values.yaml
@@ -5,9 +5,12 @@ elasticsearch:
     accessModes: [ "ReadWriteOnce" ]
     resources:
       requests:
-        cpu: "1000m"
-        memory: "4Gi"
+        cpu: "100m"
+        memory: "512M"
         storage: 30Gi
+      limits:
+        cpu: "1000m"
+        memory: "512M"
   labels:
     app: elasticsearch-master
   networkPolicy: