Skip to content

Commit

Permalink
Update ebs id for staging tiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 29, 2023
1 parent 20658e2 commit 1ea0f37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ osm-seed:
label_key: nodegroup_type
label_value: job
- name: osmcha-db
enabled: true
enabled: false
schedule: '0 0 * * *'
env:
# backup/restore
Expand Down Expand Up @@ -371,7 +371,7 @@ osm-seed:
mountPath: /var/lib/postgresql/data
subPath: postgresql-d
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID : {{STAGING_TILER_DB_EBS}}
AWS_ElasticBlockStore_volumeID : vol-0371dc7f97b6f6232
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand All @@ -396,14 +396,14 @@ osm-seed:
TILER_IMPORT_FROM: osm
TILER_IMPORT_PBF_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf
REPLICATION_URL: http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute/
SEQUENCE_NUMBER: "485000"
SEQUENCE_NUMBER: "641000"
OVERWRITE_STATE: true
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
mountPath: /mnt/data
# In case cloudProvider: aws
AWS_ElasticBlockStore_volumeID: {{STAGING_TILER_IMPOSM_EBS}}
AWS_ElasticBlockStore_volumeID: vol-06bbfd53ca9e92097
AWS_ElasticBlockStore_size: 100Gi
resources:
enabled: false
Expand All @@ -420,7 +420,7 @@ osm-seed:
tilerServer:
enabled: true
nodeSelector:
enabled: true
enabled: false
label_key: nodegroup_type
label_value: web
replicaCount: 1
Expand Down Expand Up @@ -621,7 +621,7 @@ osm-seed:
overpassApi:
enabled: true
nodeSelector:
enabled: true
enabled: false
label_key: nodegroup_type
label_value: web
serviceAnnotations:
Expand All @@ -633,7 +633,7 @@ osm-seed:
OVERPASS_DIFF_URL: 'http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute'
OVERPASS_RULES_LOAD: '10'
OVERPASS_PLANET_PREPROCESS: 'mv /db/planet.osm.bz2 /db/planet.osm.pbf && osmium cat -o /db/planet.osm.bz2 /db/planet.osm.pbf && rm /db/planet.osm.pbf'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '485000'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '641000'
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down

0 comments on commit 1ea0f37

Please sign in to comment.