commit | 90aa482417e8731446baaa2040ff12531d6a4c58 | [log] [tgz] |
---|---|---|
author | Andreas Geissler <andreas-geissler@telekom.de> | Thu Jun 02 11:48:30 2022 +0200 |
committer | Andreas Geissler <andreas-geissler@telekom.de> | Thu Jun 02 11:51:36 2022 +0200 |
tree | 4695ce023dfefdcde5ad45726e0710079e7fe1eb | |
parent | faa30c299731f8d1d5f9e98d6db533fde987ea37 [diff] [blame] |
[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 <andreas-geissler@telekom.de> Change-Id: I030c29883755dfaba7a76b167f2f7895a9d4521c
diff --git a/kubernetes/common/elasticsearch/components/data/values.yaml b/kubernetes/common/elasticsearch/components/data/values.yaml index 1328a20..1dc9ab8 100644 --- a/kubernetes/common/elasticsearch/components/data/values.yaml +++ b/kubernetes/common/elasticsearch/components/data/values.yaml
@@ -47,7 +47,7 @@ service: ## list of ports for "common.containerPorts" ports: - - name: http-transport + - name: tcp-transport port: 9300 image: bitnami/elasticsearch:7.9.3