From 700b451f424a31d87abf5e9720ce2f62ef3b8407 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 21 Dec 2023 16:54:20 -0500 Subject: [PATCH] Update osmcha values --- osm-seed/values.yaml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/osm-seed/values.yaml b/osm-seed/values.yaml index aa91a795..663eb1d0 100644 --- a/osm-seed/values.yaml +++ b/osm-seed/values.yaml @@ -759,35 +759,38 @@ osmchaWeb: enabled: true image: name: "" - tag: "" # ==================================================================================================== # Variables for osmcha Api # ==================================================================================================== osmchaApi: enabled: true image: - name: "" - tag: "" + name: "ghcr.io/willemarcel/osmcha-django" + tag: "10d7f6748d9e55d439339ed2c35509db15f782a6" env: DJANGO_SETTINGS_MODULE: "config.settings.production" OSMCHA_FRONTEND_VERSION: "v0.86.0-production" - DJANGO_SECRET_KEY: abc - OAUTH_OSM_KEY: abc - OAUTH_OSM_SECRET: abc + DJANGO_SECRET_KEY: abc.. + ## ohm + OAUTH_OSM_KEY: abc.. + OAUTH_OSM_SECRET: abc.. DJANGO_SECURE_SSL_REDIRECT: "False" - OSM_SERVER_URL: https://osmcha-staging.openhistoricalmap.org - OSMCHA_URL: https://osmcha-staging.openhistoricalmap.org - OAUTH_REDIRECT_URI: https://osmcha.openhistoricalmap.org/oauth-landing.html + OSM_SERVER_URL: https://www.osmseed.org + OSMCHA_URL: https://osmcha.osmseed.org + OAUTH_REDIRECT_URI: https://osmcha.osmseed.org/oauth-landing.html + OSM_PLANET_BASE_URL: https://planet.osmseed.org/ resources: enabled: false requests: - memory: "20Gi" - cpu: "8" + memory: "512Mi" + cpu: "1" limits: - memory: "24Gi" - cpu: "10" + memory: "512Mi" + cpu: "1" nodeSelector: enabled: false + label_key: nodegroup_type + label_value: db # ==================================================================================================== # Variables for osmcha DB