File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11dependencies :
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/
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments