about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-29 01:08:58 +0200
committermakefunstuff <[email protected]>2024-06-29 01:08:58 +0200
commit20374f02527e8abd206a34130716bd4b1739e1d6 (patch)
tree5fef3437be4fd3090fe00f4623b6d3538b506bf6 /tools
parent7f47eb61587dc82834c395db2fec2f273787afe5 (diff)
downloadk3s-lab-20374f02527e8abd206a34130716bd4b1739e1d6.tar.gz
more memory
Diffstat (limited to '')
-rw-r--r--tools/elasticsearch/values.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml
index 379a38b..fc76c8a 100644
--- a/tools/elasticsearch/values.yaml
+++ b/tools/elasticsearch/values.yaml
@@ -6,6 +6,8 @@ elasticsearch:
     accessModes: [ "ReadWriteOnce" ]
     resources:
       requests:
+        cpu: "1000m"
+        memory: "4Gi"
         storage: 30Gi
   labels:
     app: elasticsearch-master