Skip to content

Commit c721951

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 04cd926 commit c721951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/oci/deploy-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ if [[ "$MODE" == "local" ]]; then
6767
--set hotrod.image.pullPolicy="Never" \
6868
--set hotrod.args[0]="all" \
6969
--set hotrod.extraEnv[0].name="OTEL_EXPORTER_OTLP_ENDPOINT" \
70-
--set hotrod.extraEnv[0].value="http://jaeger:4318" \
70+
--set hotrod.extraEnv[0].value="http://jaeger-collector:4318" \
7171
--set hotrod.extraEnv[1].name="OTEL_EXPORTER_OTLP_TRACES_ENDPOINT" \
72-
--set hotrod.extraEnv[1].value="http://jaeger:4318/v1/traces"
72+
--set hotrod.extraEnv[1].value="http://jaeger-collector:4318/v1/traces"
7373
else
7474
echo "🟣 Deploying Jaeger..."
7575
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \

0 commit comments

Comments
 (0)