Skip to content

Commit 980ccc6

Browse files
fix: jaeger port on 4317
1 parent 92dcff1 commit 980ccc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ jaeger:
12251225
"--memory.max-traces=20000",
12261226
"--sampling.strategies-file=/etc/jaeger/sampling_strategies.json",
12271227
"--collector.otlp.enabled",
1228-
"--collector.otlp.grpc.host-port=:4320",
1228+
"--collector.otlp.grpc.host-port=:4317",
12291229
"--collector.otlp.http.host-port=:4321",
12301230
]
12311231
# -- Security context for the `jaeger` container,

0 commit comments

Comments
 (0)