File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,10 @@ if [[ "$MODE" == "local" ]]; then
66
66
--set hotrod.image.tag=" latest" \
67
67
--set hotrod.image.pullPolicy=" Never" \
68
68
--set hotrod.args[0]=" all" \
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\" " \
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=" "
69
+ --set hotrod.extraEnv[0].name=" OTEL_EXPORTER_OTLP_ENDPOINT" \
70
+ --set hotrod.extraEnv[0].value=" http://jaeger:4318" \
71
+ --set hotrod.extraEnv[1].name=" OTEL_EXPORTER_OTLP_TRACES_ENDPOINT" \
72
+ --set hotrod.extraEnv[1].value=" http://jaeger:4318/v1/traces"
77
73
else
78
74
echo " 🟣 Deploying Jaeger..."
79
75
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ if [[ "${runtime}" == "k8s" ]]; then
154
154
155
155
bash ./examples/oci/deploy-all.sh local
156
156
kubectl wait --for=condition=available --timeout=180s deployment/jaeger-hotrod
157
+ kubectl get deployments
158
+ kubectl describe deployments/jaeger
157
159
kubectl wait --for=condition=available --timeout=180s deployment/jaeger
158
160
159
161
kubectl port-forward svc/jaeger-hotrod 8080:80 &
You can’t perform that action at this time.
0 commit comments