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