From 78c75c38a6257e7e7da60f024814fec615ca2f20 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 17 Jun 2024 12:46:36 -0500 Subject: [PATCH 1/4] Fix imposm ebs id --- values.production.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index 41411a7a..47f56a7b 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -362,7 +362,7 @@ osm-seed: mountPath: /var/lib/postgresql/data subPath: postgresql-d # In case cloudProvider: aws - AWS_ElasticBlockStore_volumeID : vol-038f080b3d129c907 + AWS_ElasticBlockStore_volumeID: vol-038f080b3d129c907 AWS_ElasticBlockStore_size: 400Gi resources: enabled: true @@ -394,7 +394,7 @@ osm-seed: accessMode: ReadWriteOnce mountPath: /mnt/data # In case cloudProvider: aws - AWS_ElasticBlockStore_volumeID: vol-0ef20d25abd0fa2e1 + AWS_ElasticBlockStore_volumeID: vol-05587dea83168b073 AWS_ElasticBlockStore_size: 200Gi resources: enabled: false From 82ed7f3ea8465a54d83e1aa0aef5a83db85f8f45 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 17 Jun 2024 23:09:14 -0500 Subject: [PATCH 2/4] Add Access-Control-Allow-Origin for /map-styles/ path --- images/web/config/production.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/images/web/config/production.conf b/images/web/config/production.conf index efd4a45a..69e17ac8 100644 --- a/images/web/config/production.conf +++ b/images/web/config/production.conf @@ -59,4 +59,8 @@ FcgidIOTimeout 600 FcgidConnectTimeout 600 + # Allow CORS for public access to map-styles path + + Header set Access-Control-Allow-Origin "*" + From 62e326e2d9bc716c0baaeebdb4b80f12e73eb943 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 17 Jun 2024 23:46:00 -0500 Subject: [PATCH 3/4] Fix ebs for imposm tiler - prod --- values.production.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.production.template.yaml b/values.production.template.yaml index 32c2f52f..ebcda334 100644 --- a/values.production.template.yaml +++ b/values.production.template.yaml @@ -394,7 +394,7 @@ osm-seed: accessMode: ReadWriteOnce mountPath: /mnt/data # In case cloudProvider: aws - AWS_ElasticBlockStore_volumeID: vol-05587dea83168b073 + AWS_ElasticBlockStore_volumeID: vol-0ef20d25abd0fa2e1 AWS_ElasticBlockStore_size: 200Gi resources: enabled: false From 47e718e61c1fa8f2d9ce940eca9e62eb51781bc8 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Mon, 17 Jun 2024 23:50:53 -0500 Subject: [PATCH 4/4] Disable osmSimpleMetrics - staging --- values.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 13c9bff2..b047a1f2 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -756,7 +756,7 @@ osm-seed: # Variables for osm-simple-metrics # ==================================================================================================== osmSimpleMetrics: - enabled: true + enabled: false schedule: '0 2 * * *' resources: enabled: false