From 805f211eccfd8b4c9687992774353dff15c989de Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Mon, 11 Nov 2024 22:04:22 +0100 Subject: [PATCH] Disable authentication for the Elasticsearch container --- 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 4d86bd3..156f016 100644 --- a/src/main/kubernetes/openshift.yml +++ b/src/main/kubernetes/openshift.yml @@ -104,7 +104,7 @@ spec: # Setting this env variable is better than setting plugins.security.disabled # because this skips installing the plugin altogether (see above) - name: xpack.security.enabled - value: 'true' + value: 'false' # Disable disk-based shard allocation thresholds: on large, relatively full disks (>90% used), # it will lead to index creation to get stuck waiting for other nodes to join the cluster, # which will never happen since we only have one node.