File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -575,3 +575,35 @@ overpassApi:
575
575
cpu : ' 2'
576
576
nodeSelector :
577
577
enabled : false
578
+ # ====================================================================================================
579
+ # Variables for taginfo
580
+ # ====================================================================================================
581
+ taginfo :
582
+ enabled : true
583
+ image :
584
+ name : ' '
585
+ tag : ' '
586
+ env :
587
+ URL_PLANET_FILE_STATE : https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/state.txt
588
+ URL_HISTORY_PLANET_FILE_STATE : https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/full-history/state.txt
589
+ URL_PLANET_FILE : https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/planet-200526_0000.osm.pbf
590
+ URL_HISTORY_PLANET_FILE : https://planet.openhistoricalmap.org.s3.amazonaws.com/planet/full-history/history-200526_0000.osh.pbf
591
+ TIME_UPDATE_INTERVAL : 24h
592
+ INSTANCE_NAME : OHM Taginfo
593
+ INSTANCE_DESCRIPTION : " This is a <b>taginfo test instance</b>"
594
+ INSTANCE_ICON : /img/logo/world.png
595
+ INSTANCE_CONTACT : Anonymous
596
+ TAGINFO_PROJECT_REPO : https://github.com/taginfo/taginfo-projects.git
597
+ DOWNLOAD_DB : ' languages wiki'
598
+ CREATE_DB : ' db projects chronology'
599
+ resources :
600
+ enabled : false
601
+ requests :
602
+ memory : ' 1Gi'
603
+ cpu : ' 2'
604
+ limits :
605
+ memory : ' 2Gi'
606
+ cpu : ' 2'
607
+ nodeSelector :
608
+ enabled : false
609
+
You can’t perform that action at this time.
0 commit comments