Skip to content

Commit

Permalink
Add values for tiler cache sqs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 22, 2024
1 parent 4adfc28 commit 741940b
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -948,4 +948,31 @@ osm-seed:
# ====================================================================================================
planetFiles:
enabled: false


# ====================================================================================================
# Tiles cache SQS processor
# ====================================================================================================
ohm:
tilerCacheSqs:
enabled: true
env:
REGION_NAME: "us-east-1"
NAMESPACE: "default" # Namespace to run the job
SQS_QUEUE_URL: "https://sqs.us-east-1.amazonaws.com/618380242247/tiler-imposm3-expired-files-staging"
NODEGROUP_TYPE: "job_large" # Nodegroup type to run the job
MAX_ACTIVE_JOBS: 10 # Maximum number of active jobs in high concurrency queue
DELETE_OLD_JOBS_AGE: 86400 # Age in seconds to delete old jobs
MIN_ZOOM: 8 # Minimum zoom level to clean and seed cache
MAX_ZOOM: 16 # Maximum zoom level to clean and seed cache
resources:
enabled: false
requests:
memory: "20Gi"
cpu: "8"
limits:
memory: "24Gi"
cpu: "10"
nodeSelector:
enabled: true
label_key: nodegroup_type
label_value: web_large

0 comments on commit 741940b

Please sign in to comment.