Skip to content

Commit

Permalink
fix: add tempo ports
Browse files Browse the repository at this point in the history
  • Loading branch information
temarusanov committed Nov 3, 2023
1 parent 1daad76 commit ec16149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/ansible/roles/tempo/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ tempo__remove_existing_container: true
tempo__env:
tempo__ports:
- 3200:3200
- 14268 # jaeger ingest
- 4317 # otlp grpc
- 4318 # otlp http
tempo__restart_policy: always

tempo__storage_volume: /etc/tempo/data
Expand Down

0 comments on commit ec16149

Please sign in to comment.