]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
Add hourly and daily replication to the test stream
[chef.git] / cookbooks / nominatim / attributes / default.rb
index e29fd7931e0eeb174274df5ae3901b0d81d43dab..bf87600ba22ce512356f596952eaf74bb106e185 100644 (file)
@@ -13,10 +13,10 @@ default[:nominatim][:ui_repository] = "https://github.com/osm-search/nominatim-u
 default[:nominatim][:ui_revision] = "master"
 
 default[:nominatim][:fpm_pools] = {
-  :www => {
-    :port => 8000,
+  "nominatim.openstreetmap.org" => {
     :pm => "dynamic",
-    :max_children => 60
+    :max_children => 60,
+    :prometheus_port => 9253
   }
 }