From 4c2f287e0611cf5de1fb08a983a2ef9a55b46f0c Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Mon, 14 Feb 2022 05:00:48 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20update=20default=20jaeg?= =?UTF-8?q?er=20endpoint=20in=20hotrod=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- sample-apps/hotrod/hotrod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/hotrod/hotrod.yaml b/sample-apps/hotrod/hotrod.yaml index 5fada6a2d5..dfad0132c7 100644 --- a/sample-apps/hotrod/hotrod.yaml +++ b/sample-apps/hotrod/hotrod.yaml @@ -50,7 +50,7 @@ spec: - all env: - name: JAEGER_ENDPOINT - value: http://otel-collector.platform.svc.cluster.local:14268/api/traces + value: http://my-release-signoz-otel-collector.platform.svc.cluster.local:14268/api/traces image: jaegertracing/example-hotrod:1.30 imagePullPolicy: IfNotPresent name: hotrod