Skip to content

Commit

Permalink
Update prod config for osmcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 3, 2025
1 parent 37d986f commit 4a4b3e1
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions values.production.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,9 @@ osm-seed:
# ====================================================================================================
osmchaWeb:
enabled: true
image:
name: ghcr.io/openhistoricalmap/osmcha-frontend
tag: 80eb324
# ====================================================================================================
# Variables for osmcha Api
# ====================================================================================================
Expand All @@ -862,20 +865,15 @@ osm-seed:
DJANGO_SETTINGS_MODULE: "config.settings.production"
OSMCHA_FRONTEND_VERSION: "v0.86.0-production"
DJANGO_SECRET_KEY: {{PRODUCTION_OSMCHA_DJANGO_SECRET_KEY}}
OAUTH_OSM_KEY: {{PRODUCTION_OSMCHA_API_CONSUMER_KEY}}
OAUTH_OSM_SECRET: {{PRODUCTION_OSMCHA_API_CONSUMER_SECRET}}
DJANGO_SECURE_SSL_REDIRECT: "False"
OSM_SERVER_URL: https://www.openhistoricalmap.org
OAUTH_REDIRECT_URI: https://osmcha.openhistoricalmap.org/oauth-landing.html
OAUTH_REDIRECT_URI: https://osmcha.openhistoricalmap.org/authorized
OSM_PLANET_BASE_URL: https://s3.amazonaws.com/planet.openhistoricalmap.org/replication/changesets/
## frontend
OSMCHA_URL: https://osmcha.openhistoricalmap.org
OSMCHA_API_URL: www.openhistoricalmap.org
REACT_APP_OSM_URL: https://www.openhistoricalmap.org
REACT_APP_OSM_API: https://www.openhistoricalmap.org/api/0.6
REACT_APP_OVERPASS_BASE: //overpass-api.openhistoricalmap.org/api/interpreter
REACT_APP_ENABLE_REAL_CHANGESETS: 0
REACT_APP_MAPBOX_ACCESS_TOKEN: {{PRODUCTION_OSMCHA_REACT_APP_MAPBOX_ACCESS_TOKEN}}
OAUTH2_OSM_KEY: 0KWrkIIQtFBc4k_Blb2WuIi108w10GYXFwW30qvk-W8
OAUTH2_OSM_SECRET: UAnkzA3FqCP6ZYhqN1NEyQRdG36ALv46XGI7UtHJ0_o
resources:
enabled: false
requests:
Expand All @@ -889,6 +887,14 @@ osm-seed:
label_key: nodegroup_type
label_value: web_large
# ====================================================================================================
# Variables for osmcha osm-adiff-service
# ====================================================================================================
adiffService:
enabled: false
image:
name: ghcr.io/openhistoricalmap/osm-adiff-service
tag: a343422497bb2ad4735ca7eada921b60eeb19e20
# ====================================================================================================
# Variables for osmcha DB
# ====================================================================================================
osmchaDb:
Expand All @@ -909,11 +915,11 @@ osm-seed:
memory: "24Gi"
cpu: "10"
persistenceDisk:
enabled: false
enabled: true
accessMode: ReadWriteOnce
mountPath: /var/lib/postgresql/data
AWS_ElasticBlockStore_volumeID: vol-065901d9a34a6fbf9
AWS_ElasticBlockStore_size: 100Gi
AWS_ElasticBlockStore_volumeID: vol-03f47ec4b4532e93d
AWS_ElasticBlockStore_size: 20Gi
nodeSelector:
enabled: true
label_key: nodegroup_type
Expand Down

0 comments on commit 4a4b3e1

Please sign in to comment.