From 00f8bfef6c0e223bbdc69718c3ddef27318fe12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Fri, 30 Sep 2022 10:20:48 +0300 Subject: [PATCH] elastic-system: Update sharding, enable memory-mapped IO, move to Longhorn --- elastic-system/application.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/elastic-system/application.yml b/elastic-system/application.yml index c5e194f..2b0c796 100644 --- a/elastic-system/application.yml +++ b/elastic-system/application.yml @@ -219,9 +219,7 @@ spec: version: 8.4.1 nodeSets: - name: default - count: 3 - config: - node.store.allow_mmap: false + count: 1 volumeClaimTemplates: - metadata: name: elasticsearch-data @@ -231,7 +229,7 @@ spec: resources: requests: storage: 5Gi - storageClassName: local-path + storageClassName: longhorn http: tls: selfSignedCertificate: