From 1326df588e55938e517daeeae6eb3b23e313538c Mon Sep 17 00:00:00 2001
From: NetOps <idcnetops@tarento.com>
Date: Tue, 22 Mar 2022 12:05:45 +0530
Subject: [PATCH] Update gateway-service-env.j2

---
 .../deploy-gateway-service/templates/gateway-service-env.j2     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2 b/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2
index 0a4163e..4f9715b 100755
--- a/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2
+++ b/ansible_workspace_dir/roles/deploy-gateway-service/templates/gateway-service-env.j2
@@ -16,7 +16,7 @@ zuul.routes.ingest.url=http://localhost:8097/
 
 zuul.routes.analytics.path=/dashboard/**
 zuul.routes.analytics.stripPrefix=false
-zuul.routes.analytics.url=http://localhost:8091/
+zuul.routes.analytics.url=http://{{ service_analytics_service }}:{{ service_analytics_port }}/
 
 zuul.routes.form.path=/forms/**
 zuul.routes.form.stripPrefix=false
-- 
GitLab