Skip to content

Commit

Permalink
change default otel-collector grpc port (#363)
Browse files Browse the repository at this point in the history
we've reclaimed 9100 from system-metrics-agent to use as our ingress
port. It will be reserved for us on tcp-router already, which is nice.

Signed-off-by: Matthew Kocher <[email protected]>
Co-authored-by: Rebecca Roberts <[email protected]>
  • Loading branch information
mkocher and rroberts2222 authored Aug 16, 2023
1 parent 869962a commit 71f185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/otel-collector/spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ properties:
default: true
ingress.grpc.port:
description: "Port the collector is listening on to receive OTLP over gRPC"
default: 3462
default: 9100
ingress.grpc.tls.ca_cert:
description: "CA root required for key/cert verification in gRPC ingress"
ingress.grpc.tls.cert:
Expand Down

0 comments on commit 71f185b

Please sign in to comment.