Skip to content

Commit

Permalink
fix: jaeger port on 4317
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Dec 17, 2024
1 parent 92dcff1 commit 980ccc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/sourcegraph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ jaeger:
"--memory.max-traces=20000",
"--sampling.strategies-file=/etc/jaeger/sampling_strategies.json",
"--collector.otlp.enabled",
"--collector.otlp.grpc.host-port=:4320",
"--collector.otlp.grpc.host-port=:4317",
"--collector.otlp.http.host-port=:4321",
]
# -- Security context for the `jaeger` container,
Expand Down

0 comments on commit 980ccc6

Please sign in to comment.