Remove port bindings from bjaeger container (#6892)

These external port bindings are not necessary, as the integration test
configs resolve the bjaeger container directly. In addition, these
external port bindings cause problems for rootless docker, so let's
remove them.
This commit is contained in:
Aaron Gable 2023-05-15 13:56:32 -07:00 committed by GitHub
parent 2b1ac9e915
commit 204a218ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -126,9 +126,6 @@ services:
networks:
bluenet:
ipv4_address: 10.77.77.17
ports:
- "16686:16686" # Jaegar API and UI
- "4317:4317" # OTLP grpc trace submission
networks:
bluenet: