Skip to content

Commit

Permalink
Merge pull request #261 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Fix taginfo container
  • Loading branch information
Ruben L. Mendoza authored Jan 9, 2024
2 parents ff10a2b + 0552b7e commit d0729ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n786.h30514ae'
version: '0.1.0-n768.h555093e'
repository: https://devseed.com/osm-seed-chart/
8 changes: 4 additions & 4 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ osm-seed:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
replicaCount: 1
env:
PBF_URL: http://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-230727_1030.osm.pbf
PBF_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/planet-240108_0000.osm.pbf
REPLICATION_URL: http://planet.openhistoricalmap.org.s3.amazonaws.com/replication/minute
REPLICATION_UPDATE_INTERVAL: 60
REPLICATION_RECHECK_INTERVAL: 30
Expand Down Expand Up @@ -649,16 +649,16 @@ osm-seed:
# Variables for taginfo
# ====================================================================================================
taginfo:
enabled: false
enabled: true
nodeSelector:
enabled: false
label_key: nodegroup_type
label_value: web
serviceAnnotations:
service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"
env:
URL_PLANET_FILE_STATE: https://osmseed-staging.s3.amazonaws.com/planet/state.txt
URL_HISTORY_PLANET_FILE_STATE: https://osmseed-staging.s3.amazonaws.com/planet/full-history/state.txt
URL_PLANET_FILE_STATE: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/state.txt
URL_HISTORY_PLANET_FILE_STATE: https://s3.amazonaws.com/planet.openhistoricalmap.org/planet/full-history/state.txt
URL_PLANET_FILE: 'none'
URL_HISTORY_PLANET_FILE: 'none'
TIME_UPDATE_INTERVAL: 7d
Expand Down

0 comments on commit d0729ab

Please sign in to comment.