From cd28cc15f3b7fe68a81a78d99d27c8e5cca33009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Fri, 3 Nov 2023 15:52:18 +0100 Subject: [PATCH] Revert "Enable memory lock for Elasticsearch" This reverts commit 2c531810be80c1bd50c45509cca2d75a38550d39. Apparently memory locking doesn't work with our current OpenShift config. Needs more investigation. --- src/main/kubernetes/openshift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kubernetes/openshift.yml b/src/main/kubernetes/openshift.yml index 418fc256..bbb2c22a 100644 --- a/src/main/kubernetes/openshift.yml +++ b/src/main/kubernetes/openshift.yml @@ -94,7 +94,7 @@ spec: - name: xpack.security.enabled value: "false" - name: bootstrap.memory_lock - value: "true" + value: "false" # https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#_configure_and_start_the_cluster - name: ES_PORT value: 127.0.0.1:9200