Skip to content

Commit

Permalink
Allow dockers to access otel ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm committed Sep 6, 2024
1 parent 5e462fe commit 33f1c86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/otel/alloy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@
enable => 'true',
require => Package['alloy'],
}
sunet::nftables::docker_expose { 'allow_local_opentelemetry' :
allow_clients => '172.16.0.0/12',
port => [4317, 4318],
}
}

0 comments on commit 33f1c86

Please sign in to comment.