Skip to content

Commit b4f0764

Browse files
author
Rub21
committed
Add values for taginfo
1 parent 2101e80 commit b4f0764

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

osm-seed/values.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,35 @@ overpassApi:
575575
cpu: '2'
576576
nodeSelector:
577577
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+

0 commit comments

Comments
 (0)