From 90aa482417e8731446baaa2040ff12531d6a4c58 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Thu, 2 Jun 2022 11:48:30 +0200 Subject: [COMMON][ELASTIC] ElasticSearch ServiceMesh compatibility Rename the ES ports to fit to the Istio Naming schema. Issue-ID: OOM-2820 Signed-off-by: Andreas Geissler Change-Id: I030c29883755dfaba7a76b167f2f7895a9d4521c --- kubernetes/common/elasticsearch/components/data/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/common/elasticsearch/components/data') diff --git a/kubernetes/common/elasticsearch/components/data/values.yaml b/kubernetes/common/elasticsearch/components/data/values.yaml index 1328a20439..1dc9ab8588 100644 --- a/kubernetes/common/elasticsearch/components/data/values.yaml +++ b/kubernetes/common/elasticsearch/components/data/values.yaml @@ -47,7 +47,7 @@ replicaCount: 0 service: ## list of ports for "common.containerPorts" ports: - - name: http-transport + - name: tcp-transport port: 9300 image: bitnami/elasticsearch:7.9.3 -- cgit 1.2.3-korg