From 7ddfcbe077c16d75a3ccd0062745884f7a1fb72c Mon Sep 17 00:00:00 2001 From: atanasdinov Date: Tue, 31 May 2022 11:12:40 +0300 Subject: [PATCH] Set ES V2 API endpoint in config --- helm/content-rw-elasticsearch/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/content-rw-elasticsearch/templates/deployment.yaml b/helm/content-rw-elasticsearch/templates/deployment.yaml index 69732d0..ea90ae2 100644 --- a/helm/content-rw-elasticsearch/templates/deployment.yaml +++ b/helm/content-rw-elasticsearch/templates/deployment.yaml @@ -37,7 +37,7 @@ spec: valueFrom: configMapKeyRef: name: global-config - key: aws.content.elasticsearch.endpoint + key: aws.content.elasticsearch.v2.endpoint - name: ELASTICSEARCH_SAPI_INDEX value: "{{ .Values.env.ELASTICSEARCH_SAPI_INDEX }}" - name: KAFKA_CONSUMER_GROUP