Skip to content

Commit 26040f6

Browse files
committed
Update oms-seed version to support initialDelaySeconds
1 parent ff5ce7a commit 26040f6

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

ohm/requirements.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
- name: osm-seed
3-
version: '0.1.0-0.dev.git.1008.h7b04d05'
3+
version: '0.1.0-0.dev.git.1009.hdaeb13b'
44
repository: https://osm-seed.github.io/osm-seed-chart/

values.k3s.production.template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,10 @@ osm-seed:
451451

452452
osmxAdiffBuilder:
453453
enabled: true
454+
# Give the initial osmx build (download planet + build db) time before the
455+
# liveness probe starts checking for the create_diff_files heartbeat.
456+
livenessProbe:
457+
initialDelaySeconds: 18000
454458
env:
455459
PLANET_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260601_0301.osm.pbf
456460
MINUTE_REPLICATION_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute

values.k3s.staging.template.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ osm-seed:
441441

442442
osmxAdiffBuilder:
443443
enabled: true
444+
# Give the initial osmx build (download planet + build db) time before the
445+
# liveness probe starts checking for the create_diff_files heartbeat.
446+
livenessProbe:
447+
initialDelaySeconds: 18000
444448
env:
445449
PLANET_PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-260601_0301.osm.pbf
446450
MINUTE_REPLICATION_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/replication/minute

0 commit comments

Comments
 (0)