Skip to content

Commit

Permalink
Update EBS id - tiler db
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Nov 29, 2024
1 parent 03bd13b commit bc7fc43
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 148 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ envs/.env.web
config.toml
.DS_Store
*/.DS_Store
.env
.env
values.dev.*
141 changes: 0 additions & 141 deletions values.dev.staging.yaml

This file was deleted.

12 changes: 6 additions & 6 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : vol-00137f4bee6eae41b
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID : vol-0cd9cb363447fbed8
AWS_ElasticBlockStore_size: 200Gi
resources:
enabled: false
requests:
Expand Down Expand Up @@ -492,13 +492,13 @@ osm-seed:
UPLOAD_EXPIRED_FILES: true
IMPORT_NATURAL_EARTH: true
IMPORT_OSM_LAND: true
IMPOSM3_IMPORT_LAYERS: "water_line,water_area"
IMPOSM3_IMPORT_LAYERS: "all"
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: vol-01a443ed5f895fb50
AWS_ElasticBlockStore_volumeID: vol-0eb34fde42a67fe81
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand Down Expand Up @@ -958,7 +958,7 @@ ohm:
enabled: true

tilerCachePurge:
enabled: true
enabled: false
env:
REGION_NAME: us-east-1
NAMESPACE: default # Namespace to run the job
Expand Down Expand Up @@ -993,7 +993,7 @@ ohm:

# Tiler seed by default is giong to seet tiles from 0-5 zoom level
tilerCacheSeed:
enabled: true
enabled: false
schedule: '0 */6 * * *'
env:
GEOJSON_URL: https://osmseed-dev.s3.us-east-1.amazonaws.com/tiler/wold-usa-eu.geojson
Expand Down

0 comments on commit bc7fc43

Please sign in to comment.