]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/tiler.rb
community: use a custom policyd-spf.conf
[chef.git] / cookbooks / imagery / recipes / tiler.rb
index cc115e7ac283b7fa431f9a5638a5e2d25eb35ef1..d56357d62f41ea9f37929c3698dde1bead254a7c 100644 (file)
@@ -37,11 +37,12 @@ container_image = if arm?
 podman_service "titiler" do
   description "Container service for titiler"
   image container_image
-  volume "/store/imagery" => "/store/imagery",
-         "/srv/imagery/sockets" => "/sockets"
+  volume :"/store/imagery"       => "/store/imagery",
+         :"/srv/imagery/sockets" => "/sockets"
   environment :BIND                                => "unix:/sockets/titiler.sock",
               :WORKERS_PER_CORE                    => 1,
               :GDAL_CACHEMAX                       => 200,
+              :GDAL_BAND_BLOCK_CACHE               => "HASHSET",
               :GDAL_DISABLE_READDIR_ON_OPEN        => "EMPTY_DIR",
               :GDAL_INGESTED_BYTES_AT_OPEN         => 32768,
               :GDAL_HTTP_MERGE_CONSECUTIVE_RANGES  => "YES",