Skip to content

Commit

Permalink
Update osmcha - import workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jan 31, 2025
1 parent 1632b25 commit badf760
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 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-n818.h7b2b8f0'
version: '0.1.0-n819.h638f978'
repository: https://devseed.com/osm-seed-chart/
30 changes: 16 additions & 14 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -881,16 +881,16 @@ osm-seed:
osmchaWeb:
enabled: true
image:
name: "ghcr.io/openhistoricalmap/osmcha-frontend"
tag: "d004a05"
name: ghcr.io/openhistoricalmap/osmcha-frontend
tag: d004a05
# ====================================================================================================
# Variables for osmcha Api, We hard code the container id.
# ====================================================================================================
osmchaApi:
enabled: true
image:
name: "ghcr.io/openhistoricalmap/osmcha-django"
tag: "upstream_main"
name: ghcr.io/openhistoricalmap/osmcha-django
tag: 1e9d9dd
ingressDomain: osmcha.staging.openhistoricalmap.org
env:
DJANGO_SETTINGS_MODULE: "config.settings.production"
Expand All @@ -908,35 +908,37 @@ osm-seed:
resources:
enabled: false
requests:
memory: "512Mi"
cpu: "1"
memory: '512Mi'
cpu: '1'
limits:
memory: "512Mi"
cpu: "1"
memory: '512Mi'
cpu: '1'
nodeSelector:
enabled: false
label_key: nodegroup_type
label_value: web
fetch_changesets_cronjob: '*/2 * * * *'
process_changesets_cronjob: '0 * * * *'
# ====================================================================================================
# Variables for osmcha DB
# ====================================================================================================
osmchaDb:
enabled: true
image:
name: "developmentseed/osmseed-osmcha-db"
tag: "0.1.0-n767.h0090e97"
name: developmentseed/osmseed-osmcha-db
tag: 0.1.0-n767.h0090e97
env:
POSTGRES_DB: osmcha
POSTGRES_USER: postgres
POSTGRES_PASSWORD: {{STAGING_OSMCHA_PG_PASSWORD}}
resources:
enabled: false
requests:
memory: "20Gi"
cpu: "8"
memory: '20Gi'
cpu: '8'
limits:
memory: "24Gi"
cpu: "10"
memory: '24Gi'
cpu: '10'
persistenceDisk:
enabled: false
accessMode: ReadWriteOnce
Expand Down

0 comments on commit badf760

Please sign in to comment.