Skip to content

Commit b3e95e3

Browse files
committed
Disable host network on the right place
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
1 parent e1365e1 commit b3e95e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

otel-ecs-ec2/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ opentelemetry-agent:
5252
# - otlp/3
5353
# - spanmetrics/2
5454

55+
hostNetwork: true
56+
5557
presets:
5658
metadata:
5759
enabled: true
@@ -342,7 +344,6 @@ opentelemetry-ebpf-profiler:
342344
enabled: false
343345
distribution: "ecs"
344346
mode: daemonset
345-
hostNetwork: true
346347
ports:
347348
otlp:
348349
enabled: false

0 commit comments

Comments
 (0)