Skip to content

Commit

Permalink
Oops, no lists allowed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelfrykholm committed Sep 9, 2024
1 parent 1b1966e commit a6041b1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifests/otel/alloy.pp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,12 @@
enable => 'true',
require => Package['alloy'],
}
sunet::nftables::docker_expose { 'allow_local_opentelemetry' :
sunet::nftables::docker_expose { 'allow_local_opentelemetry_grpc' :
allow_clients => '172.16.0.0/12',
port => [4317, 4318],
port => '4317',
}
sunet::nftables::docker_expose { 'allow_local_opentelemetry_http' :
allow_clients => '172.16.0.0/12',
port => '4318',
}
}

0 comments on commit a6041b1

Please sign in to comment.