Skip to content

Commit

Permalink
Merge pull request #465 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Disable reindex for tiler-db
  • Loading branch information
Rub21 authored Jan 23, 2025
2 parents c65a4ba + 154fbb4 commit f9b08c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion images/tiler-cache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36
FROM ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed

RUN apk update && apk add --no-cache \
proj \
Expand Down
8 changes: 4 additions & 4 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ osm-seed:
tilerDb:
enabled: true
useExternalHost: # When we are using useExternalHost.enabled= true other variables are giong to be disable ans use the external host config
enabled: true
enabled: false
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down Expand Up @@ -455,7 +455,7 @@ osm-seed:
# ====================================================================================================

tilerImposm:
enabled: false
enabled: true
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down Expand Up @@ -509,7 +509,7 @@ 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_REINDEX: false
EXECUTE_VACUUM_ANALYZE: false
# In case you use TILER_CACHE_TYPE: file with persistenceDisk
persistenceDisk:
Expand Down Expand Up @@ -936,7 +936,7 @@ ohm:
env:
REGION_NAME: us-east-1
NAMESPACE: default # Namespace to run the job
DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36 # TODO, this should be automatically updated from tiler server image
DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed # TODO, this should be automatically updated from tiler server image
SQS_QUEUE_URL: {{PRODUCTION_SQS_QUEUE_URL}}
NODEGROUP_TYPE: web_large # Nodegroup type to run the purge and seed job
# Maximum number of active jobs in high concurrency queue
Expand Down
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ ohm:
env:
REGION_NAME: us-east-1
NAMESPACE: default # Namespace to run the job
DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2068.h5bc1e36 # TODO, this should be automatically updated from tiler server image
DOCKER_IMAGE: ghcr.io/openhistoricalmap/tiler-server:0.0.1-0.dev.git.2091.h774c4ed # TODO, this should be automatically updated from tiler server image
SQS_QUEUE_URL: {{STAGING_SQS_QUEUE_URL}}
NODEGROUP_TYPE: web_medium # Nodegroup type to run the purge and seed job
# Maximum number of active jobs in high concurrency queue
Expand Down

0 comments on commit f9b08c4

Please sign in to comment.