From 109859e07b6bc78bc82735b4109f2cb3ed31e5b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Wed, 28 Sep 2022 11:01:08 +0300 Subject: [PATCH] elastic-system: Reduce replica count for Kibana --- elastic-system/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic-system/application.yml b/elastic-system/application.yml index 90724a4..c5e194f 100644 --- a/elastic-system/application.yml +++ b/elastic-system/application.yml @@ -243,7 +243,7 @@ metadata: name: kibana spec: version: 8.4.1 - count: 2 + count: 1 elasticsearchRef: name: elasticsearch http: