Skip to content

Commit

Permalink
Change values to get files from production to deploy in staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Dec 30, 2023
1 parent a55a31c commit 62f1bd4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,8 @@ osm-seed:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
replicaCount: 1
env:
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
PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-230727_1030.osm.pbf
REPLICATION_URL: http://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
REPLICATION_UPDATE_INTERVAL: 60
REPLICATION_RECHECK_INTERVAL: 30
FREEZE: false
Expand Down Expand Up @@ -624,11 +624,11 @@ osm-seed:
env:
OVERPASS_META: 'yes'
OVERPASS_MODE: 'init'
OVERPASS_PLANET_URL: 'http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/planet/planet-latest.osm.pbf'
OVERPASS_DIFF_URL: 'http://planet-staging.openhistoricalmap.org.s3.amazonaws.com/replication/minute'
OVERPASS_PLANET_URL: 'http://planet.openhistoricalmap.org.s3.amazonaws.com/planet/planet-220815_0000.osm.pbf'
OVERPASS_DIFF_URL: 'http://s3.amazonaws.com/planet.openhistoricalmap.org/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: '641000'
OVERPASS_REPLICATION_SEQUENCE_NUMBER: '810000'
persistenceDisk:
enabled: true
accessMode: ReadWriteOnce
Expand Down

0 comments on commit 62f1bd4

Please sign in to comment.