From 49713f5288d621f6912377c74a2f9bf47562951e Mon Sep 17 00:00:00 2001 From: deityhub Date: Tue, 27 Jul 2021 16:24:00 +0100 Subject: [PATCH] update ingestor url --- helm-chart/public/fyipe/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/public/fyipe/templates/_helpers.tpl b/helm-chart/public/fyipe/templates/_helpers.tpl index 40b93feee2..22f103de20 100644 --- a/helm-chart/public/fyipe/templates/_helpers.tpl +++ b/helm-chart/public/fyipe/templates/_helpers.tpl @@ -32,7 +32,7 @@ Expand the name of the chart. {{- end -}} {{- define "fyipe.dataIngestorUrl" -}} -{{ printf "http://%s-data-ingestor.%s.%s" $.Release.Name $.Release.Namespace "svc.cluster.local" }} +{{ printf "http://%s-ingestor.%s.%s" $.Release.Name $.Release.Namespace "svc.cluster.local" }} {{- end -}} {{- define "fyipe.realtimeUrl" -}}