Skip to content

Commit

Permalink
Explain docker ports
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth committed Mar 25, 2024
1 parent 0ddcfc6 commit ed308b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distributions/otelcol-k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ COPY --chmod=755 otelcol-k8s /otelcol-k8s
COPY config.yaml /etc/otelcol-k8s/config.yaml
ENTRYPOINT ["/otelcol-k8s"]
CMD ["--config", "/etc/otelcol-k8s/config.yaml"]
# `4137` and `4318`: OTLP
# `55678`: OpenCensus
# `55679`: zpages
# `6831`, `14268`, and `14250`: Jaeger
# `9411`: Zipkin
EXPOSE 4317 4318 55678 55679 6831 14268 14250 9411

0 comments on commit ed308b2

Please sign in to comment.