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 "*" + diff --git a/values.production.template.yaml b/values.production.template.yaml index f8185092..ebcda334 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 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