X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a62943629fc45519becfbd66176c9238acbeacbd..c43c759191e34459dc74587f6c3a750cbe332563:/cookbooks/nominatim/attributes/default.rb diff --git a/cookbooks/nominatim/attributes/default.rb b/cookbooks/nominatim/attributes/default.rb index e29fd7931..4e74848cd 100644 --- a/cookbooks/nominatim/attributes/default.rb +++ b/cookbooks/nominatim/attributes/default.rb @@ -16,7 +16,8 @@ default[:nominatim][:fpm_pools] = { :www => { :port => 8000, :pm => "dynamic", - :max_children => 60 + :max_children => 60, + :prometheus_port => 9253 } }