Skip to content

Commit

Permalink
s/COLLECTOR_ZIPKIN_HTTP_PORT/COLLECTOR_ZIPKIN_HOST_PORT/ in examples (e…
Browse files Browse the repository at this point in the history
…nvoyproxy#17048)

Signed-off-by: David Goffredo <[email protected]>
  • Loading branch information
dgoffredo authored Jun 24, 2021
1 parent 818f8ed commit e795b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/jaeger-native-tracing/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
jaeger:
image: jaegertracing/all-in-one
environment:
- COLLECTOR_ZIPKIN_HTTP_PORT=9411
- COLLECTOR_ZIPKIN_HOST_PORT=9411
networks:
- envoymesh
ports:
Expand Down
2 changes: 1 addition & 1 deletion examples/jaeger-tracing/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
jaeger:
image: jaegertracing/all-in-one
environment:
- COLLECTOR_ZIPKIN_HTTP_PORT=9411
- COLLECTOR_ZIPKIN_HOST_PORT=9411
networks:
- envoymesh
ports:
Expand Down

0 comments on commit e795b65

Please sign in to comment.