From a4c5a277ede3d367cdc329db64d2f51a10c71baa Mon Sep 17 00:00:00 2001 From: Rodrigo Pastrana Date: Tue, 24 Sep 2024 13:46:44 -0400 Subject: [PATCH] HPCC-32716 Expose Elastic Endpoint Service - Declares elastic svc as loadbalancer Signed-off-by: Rodrigo Pastrana --- helm/managed/logging/elastic/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/managed/logging/elastic/values.yaml b/helm/managed/logging/elastic/values.yaml index d9d89c23ee8..d9eabcb661f 100644 --- a/helm/managed/logging/elastic/values.yaml +++ b/helm/managed/logging/elastic/values.yaml @@ -2,6 +2,8 @@ ##The elasticsearch component can be customized by modifying helm chart values here. elasticsearch: + service: + type: "LoadBalancer" enabled: true description: "HPCC Managed Elasticsearch" ##See https://github.com/elastic/helm-charts/blob/master/elasticsearch/values.yaml for all available options