From 277b54fc65d6e31a99eddc0adf1aacd7cd469cb3 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 31 May 2019 14:42:09 -0500 Subject: [PATCH] Fluentd: Use fqdn hostname for Elasticsearch service This moves Fluentd to use the helm-toolkit endpoint lookup for using the fqdn for the Elasticsearch hostname instead of the standard short host name Change-Id: Ibe640979002331693f0a9b6155c9014572294664 Signed-off-by: Steve Wilkerson --- fluentd/templates/deployment-fluentd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluentd/templates/deployment-fluentd.yaml b/fluentd/templates/deployment-fluentd.yaml index 7915500e7..71d638e9a 100644 --- a/fluentd/templates/deployment-fluentd.yaml +++ b/fluentd/templates/deployment-fluentd.yaml @@ -143,7 +143,7 @@ spec: - name: FLUENTD_PORT value: {{ tuple "fluentd" "internal" "service" . | include "helm-toolkit.endpoints.endpoint_port_lookup" | quote }} - name: ELASTICSEARCH_HOST - value: {{ tuple "elasticsearch" "internal" . | include "helm-toolkit.endpoints.hostname_short_endpoint_lookup" | quote }} + value: {{ tuple "elasticsearch" "internal" . | include "helm-toolkit.endpoints.hostname_fqdn_endpoint_lookup" | quote }} - name: ELASTICSEARCH_PORT value: {{ tuple "elasticsearch" "internal" "http" . | include "helm-toolkit.endpoints.endpoint_port_lookup" | quote }} - name: ELASTICSEARCH_USERNAME