Skip to content

Commit

Permalink
Add OTLP HTTP port
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-rumian authored and perk-sumo committed Nov 12, 2020
1 parent 48198fe commit 71a4aed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/helm/sumologic/templates/otelcol-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ spec:
- containerPort: 14267 # Default endpoint for Jaeger TChannel receiver.
- containerPort: 14268 # Default endpoint for Jaeger HTTP receiver.
- containerPort: 55678 # Default endpoint for Opencensus receiver.
- containerPort: 55680 # Default endpoint for OTLP receiver.
- containerPort: 55680 # Default endpoint for OTLP gRPC receiver.
- containerPort: 55681 # Default endpoint for OTLP HTTP receiver.
volumeMounts:
- name: otel-collector-config-vol
mountPath: /conf
Expand Down

0 comments on commit 71a4aed

Please sign in to comment.