diff --git a/ohm/requirements.yaml b/ohm/requirements.yaml index f89b7403..f0927a8e 100644 --- a/ohm/requirements.yaml +++ b/ohm/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: osm-seed - version: '0.1.0-n775.hce23b13' + version: '0.1.0-n777.h6a15ed5' repository: https://devseed.com/osm-seed-chart/ diff --git a/values.staging.template.yaml b/values.staging.template.yaml index bd9d9872..9582eaf6 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -702,7 +702,7 @@ osm-seed: # Variables for changeset-replication-job, Configuration to create the replication files by, minute, hour, or day # ==================================================================================================== osmchaWeb: - enabled: false + enabled: true env: OSM_SERVER_URL: 'https://staging.openhistoricalmap.org' DJANGO_CACHES: "{'default': {'BACKEND': 'django.core.cache.backends.memcached.MemcachedCache', 'LOCATION': '127.0.0.1:11211'}}" @@ -743,7 +743,7 @@ osm-seed: # Variables for changeset-replication-job, Configuration to create the replication files by, minute, hour, or day # ==================================================================================================== osmchaDb: - enabled: false + enabled: true env: POSTGRES_DB: {{STAGING_OSMCHA_PG_DATABASE}} POSTGRES_USER: {{STAGING_OSMCHA_PG_USER}} @@ -757,7 +757,7 @@ osm-seed: memory: '24Gi' cpu: '10' persistenceDisk: - enabled: true + enabled: false accessMode: ReadWriteOnce mountPath: /var/lib/postgresql/data # Minikube