Merge pull request #727 from SigNoz/prashant/hotrod-yaml

chore: 🔧 update default jaeger endpoint in hotrod manifest
This commit is contained in:
Ankit Nayan 2022-02-15 20:49:08 +05:30 committed by GitHub
commit 8e621b6a70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ spec:
- all - all
env: env:
- name: JAEGER_ENDPOINT - 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 image: jaegertracing/example-hotrod:1.30
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
name: hotrod name: hotrod