diff options
author | makefunstuff <[email protected]> | 2024-06-29 01:08:58 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 01:08:58 +0200 |
commit | 20374f02527e8abd206a34130716bd4b1739e1d6 (patch) | |
tree | 5fef3437be4fd3090fe00f4623b6d3538b506bf6 /tools | |
parent | 7f47eb61587dc82834c395db2fec2f273787afe5 (diff) | |
download | k3s-lab-20374f02527e8abd206a34130716bd4b1739e1d6.tar.gz |
more memory
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/values.yaml | 2 |
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 |