Skip to content

Commit

Permalink
Update imposm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 10, 2024
1 parent 983736a commit a4a4e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ osm-seed:
IMPORT_OSM_LAND: true
IMPOSM3_IMPORT_LAYERS: "all"
persistenceDisk:
enabled: true
enabled: false
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
Expand Down Expand Up @@ -536,8 +536,8 @@ osm-seed:
TILER_CACHE_AWS_ACCESS_KEY_ID: {{STAGING_TILER_CACHE_AWS_ACCESS_KEY_ID}}
TILER_CACHE_AWS_SECRET_ACCESS_KEY: {{STAGING_TILER_CACHE_AWS_SECRET_ACCESS_KEY}}
# In case you use TILER_CACHE_TYPE: file with persistenceDisk
EXECUTE_REINDEX: true
EXECUTE_VACUUM_ANALYZE: true
EXECUTE_REINDEX: false
EXECUTE_VACUUM_ANALYZE: false
persistenceDisk:
enabled: false
accessMode: ReadWriteOnce
Expand Down

0 comments on commit a4a4e60

Please sign in to comment.