diff options
author | makefunstuff <[email protected]> | 2024-06-29 01:22:01 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-29 01:22:01 +0200 |
commit | 74090610167b9c222ccee75905757494b3b504a4 (patch) | |
tree | 0a314adeddf911480375bf2ce2aef4ec6b1f2eb2 /tools | |
parent | 72debd1037f3aa7b3e8d763ba551a5825f7c3acd (diff) | |
download | k3s-lab-74090610167b9c222ccee75905757494b3b504a4.tar.gz |
update
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/values.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/elasticsearch/values.yaml b/tools/elasticsearch/values.yaml index 6db020b..23cdd8a 100644 --- a/tools/elasticsearch/values.yaml +++ b/tools/elasticsearch/values.yaml @@ -1,13 +1,13 @@ elasticsearch: - replicas: 2 + replicas: 1 esJavaOpts: "-Xmx1g -Xms1g" volumeClaimTemplate: accessModes: [ "ReadWriteOnce" ] resources: requests: - cpu: "2000m" - memory: "8Gi" - storage: 60Gi + cpu: "1000m" + memory: "4Gi" + storage: 30Gi labels: app: elasticsearch-master networkPolicy: |