File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 23
23
fail-fast : false
24
24
matrix :
25
25
runtime : [docker, k8s]
26
- jaeger-version : [v2]
26
+ jaeger-version : [v1, v2]
27
+ exclude :
28
+ - runtime : k8s
29
+ jaeger-version : v1
27
30
28
31
steps :
29
32
- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
Original file line number Diff line number Diff line change @@ -74,11 +74,9 @@ if [[ "$MODE" == "local" ]]; then
74
74
--set hotrod.image.repository=" jaegertracing/example-hotrod" \
75
75
--set hotrod.image.tag=" latest" \
76
76
--set hotrod.image.pullPolicy=" Never" \
77
- --set hotrod.args[0]=" all" \
78
- --set hotrod.tracing.host=" jaeger" \
79
- --set hotrod.tracing.port=" 6831" \
80
77
--set-file userconfig=" ./config.yaml" \
81
- --set-file uiconfig=" ./ui-config.json"
78
+ --set-file uiconfig=" ./ui-config.json" \
79
+ -f ./jaeger-values.yaml
82
80
else
83
81
echo " 🟣 Deploying Jaeger..."
84
82
helm $HELM_JAEGER_CMD jaeger ./helm-charts/charts/jaeger \
Original file line number Diff line number Diff line change 184
184
fi
185
185
186
186
if [[ " ${runtime} " == " k8s" ]]; then
187
- HOTROD_URL=" http://localhost:8080"
188
- JAEGER_QUERY_URL=" http://localhost:16686"
187
+ HOTROD_URL=" http://localhost:8080/hotrod "
188
+ JAEGER_QUERY_URL=" http://localhost:16686/jaeger "
189
189
else
190
190
HOTROD_URL=" http://localhost:8080"
191
191
JAEGER_QUERY_URL=" http://localhost:16686"
You can’t perform that action at this time.
0 commit comments