From 13a93687a449b6e5232dfd54cf5f57ce48ccf451 Mon Sep 17 00:00:00 2001 From: Radoslaw Chmiel Date: Thu, 2 Jun 2022 19:06:16 +0200 Subject: [COMMON] Elasticsearch ServiceMesh compatibility ElasticSearch charts changes to make it work with Istio Issue-ID: OOM-2979 Signed-off-by: Radoslaw Chmiel Change-Id: Ieddea3342d4b27a6dda8f5075ad344b13ee310f7 --- kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml') diff --git a/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml b/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml index 22de4dbf37..05e09cb696 100644 --- a/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml +++ b/kubernetes/common/elasticsearch/templates/coordinating-deploy.yaml @@ -113,6 +113,12 @@ spec: value: "coordinating" - name: ELASTICSEARCH_PORT_NUMBER value: "9000" + - name: network.bind_host + value: 127.0.0.1 + - name: network.publish_host + valueFrom: + fieldRef: + fieldPath: status.podIP {{/*ports: {{- include "common.containerPorts" . | indent 12 -}} */}} {{- if .Values.livenessProbe.enabled }} livenessProbe: -- cgit 1.2.3-korg