feat(signoz): remove unecessary port mapping for otel-collector
This commit is contained in:
parent
ea98e4c29a
commit
9cf09a1876
1 changed files with 0 additions and 3 deletions
|
|
@ -480,9 +480,6 @@ services:
|
||||||
options:
|
options:
|
||||||
max-size: 50m
|
max-size: 50m
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
ports:
|
|
||||||
- "4317:4317" # OTLP gRPC receiver
|
|
||||||
- "4318:4318" # OTLP HTTP receiver
|
|
||||||
command:
|
command:
|
||||||
- --config=/etc/otel-collector-config.yaml
|
- --config=/etc/otel-collector-config.yaml
|
||||||
- --manager-config=/etc/manager-config.yaml
|
- --manager-config=/etc/manager-config.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue