Skip to content

Commit

Permalink
Increase proxy timeout for tiler ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 11, 2024
1 parent 0cb0b29 commit c2b9647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n812.h9e26d38'
version: '0.1.0-n813.haa733ae'
repository: https://devseed.com/osm-seed-chart/
4 changes: 2 additions & 2 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,8 @@ osm-seed:
TILER_CACHE_BUCKET: tiler-cache-production
TILER_CACHE_AWS_ACCESS_KEY_ID: {{PRODUCTION_TILER_CACHE_AWS_ACCESS_KEY_ID}}
TILER_CACHE_AWS_SECRET_ACCESS_KEY: {{PRODUCTION_TILER_CACHE_AWS_SECRET_ACCESS_KEY}}
EXECUTE_REINDEX: true
EXECUTE_VACUUM_ANALYZE: true
EXECUTE_REINDEX: false
EXECUTE_VACUUM_ANALYZE: false
# In case you use TILER_CACHE_TYPE: file with persistenceDisk
persistenceDisk:
enabled: false
Expand Down

0 comments on commit c2b9647

Please sign in to comment.