We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c7cfc commit 3784daaCopy full SHA for 3784daa
examples/oci/deploy-all.sh
@@ -69,7 +69,11 @@ if [[ "$MODE" == "local" ]]; then
69
--set hotrod.extraEnv[0].name="JAEGER_AGENT_HOST" \
70
--set hotrod.extraEnv[0].value="jaeger" \
71
--set hotrod.extraEnv[1].name="JAEGER_AGENT_PORT" \
72
- --set hotrod.extraEnv[1].value="\"6831\""
+ --set hotrod.extraEnv[1].value="\"6831\"" \
73
+ --set hotrod.extraEnv[2].name="OTEL_EXPORTER_OTLP_ENDPOINT" \
74
+ --set hotrod.extraEnv[2].value="" \
75
+ --set hotrod.extraEnv[3].name="OTEL_EXPORTER_OTLP_TRACES_ENDPOINT" \
76
+ --set hotrod.extraEnv[3].value=""
77
else
78
echo "🟣 Deploying Jaeger..."
79
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
0 commit comments