mirror of https://github.com/dapr/docs.git
update the jaeger version to version 1.22 (#1468)
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
ddda38f714
commit
3f6095aba1
|
@ -23,7 +23,7 @@ docker run -d --name jaeger \
|
||||||
-e COLLECTOR_ZIPKIN_HTTP_PORT=9412 \
|
-e COLLECTOR_ZIPKIN_HTTP_PORT=9412 \
|
||||||
-p 16686:16686 \
|
-p 16686:16686 \
|
||||||
-p 9412:9412 \
|
-p 9412:9412 \
|
||||||
jaegertracing/all-in-one:1.21
|
jaegertracing/all-in-one:1.22
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -74,7 +74,7 @@ spec:
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
allInOne:
|
allInOne:
|
||||||
image: jaegertracing/all-in-one:1.13
|
image: jaegertracing/all-in-one:1.22
|
||||||
options:
|
options:
|
||||||
query:
|
query:
|
||||||
base-path: /jaeger
|
base-path: /jaeger
|
||||||
|
|
Loading…
Reference in New Issue