diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml index 375ba066c83008e54ad81de7e984dfb06fa5af04..8a7b075e355448152cb8b55795f58460a2a4c899 100644 --- a/devops/azure/chart/templates/deployment.yaml +++ b/devops/azure/chart/templates/deployment.yaml @@ -93,8 +93,6 @@ spec: value: "OBSOLETE" - name: schema_service_url value: http://schema-service/api/schema-service/v1 - - name: SCHEMA_HOST - value: http://schema-service/api/schema-service/v1/schema - name: storage_service_url value: http://storage/api/storage/v2 - name: STORAGE_SCHEMA_HOST diff --git a/devops/azure/release.yaml b/devops/azure/release.yaml index ef866679befeeba3c3e67cfb88bfe2147d6b4762..dca21e377c5a3c6d13d9dc59ff9e2f661851d2c2 100644 --- a/devops/azure/release.yaml +++ b/devops/azure/release.yaml @@ -152,10 +152,10 @@ spec: value: http://entitlements-azure/entitlements/v1 - name: entitlements_service_api_key value: "OBSOLETE" + - name: schema_service_url + value: http://schema-service/api/schema-service/v1 - name: storage_service_url value: http://storage/api/storage/v2 - - name: SCHEMA_HOST - value: http://schema/api/schema-service/v1/schema - name: STORAGE_SCHEMA_HOST value: http://storage/api/storage/v2/schemas - name: STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties index 5740f5badd3fa92579b7c50bb2ef14a4bfd56a4d..a334813afb2b5cccfe9127b0cf95a9730f9e4f81 100644 --- a/provider/indexer-azure/src/main/resources/application.properties +++ b/provider/indexer-azure/src/main/resources/application.properties @@ -36,7 +36,6 @@ KINDS_REDIS_DATABASE=1 CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3 CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS=7 -schema_service_url=${schema_service_endpoint} SCHEMA_HOST=${schema_service_url}/schema storage_service_url=${storage_service_endpoint}