Skip to content

Commit 0839af5

Browse files
ababushkcodeboten
andauthored
[chore] Fix an incorrect automatic replace made by a bot in otel-config.yml (open-telemetry#9746)
This PR fixes an incorrect automatic replace made in the `otel-config.yml` file in this [pull request](https://github.com/open-telemetry/opentelemetry-collector/pull/9680/files#diff-c7c8156618a7f8126b25ca1bdfde3e172a0d2cb75c533d63a71617ae2a5c54ae) by a bot. I've taken the previous value which seems right. Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 55d4729 commit 0839af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/k8s/otel-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ spec:
195195
ports:
196196
- containerPort: 55679 # Default endpoint for ZPages.
197197
- containerPort: 4317 # Default endpoint for OpenTelemetry receiver.
198-
- containerPort: 1.3.0 # Default endpoint for Jaeger gRPC receiver.
198+
- containerPort: 14250 # Default endpoint for Jaeger gRPC receiver.
199199
- containerPort: 14268 # Default endpoint for Jaeger HTTP receiver.
200200
- containerPort: 9411 # Default endpoint for Zipkin receiver.
201201
- containerPort: 8888 # Default endpoint for querying metrics.

0 commit comments

Comments
 (0)