Skip to content

Commit

Permalink
Enable vacuum and reindex db - tiler db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 7, 2024
1 parent 1a21167 commit de6a049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
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: false
EXECUTE_VACUUM_ANALYZE: false
EXECUTE_REINDEX: true
EXECUTE_VACUUM_ANALYZE: true
persistenceDisk:
enabled: false
accessMode: ReadWriteOnce
Expand Down

0 comments on commit de6a049

Please sign in to comment.