Skip to content
Snippets Groups Projects
Commit 0cad84ba authored by Sviatoslav Nekhaienko's avatar Sviatoslav Nekhaienko
Browse files

change url variables

parent 07e71753
No related branches found
No related tags found
1 merge request!60Indexer to read from Schema Service as well as Storage Schema
Pipeline #19294 failed
...@@ -93,8 +93,6 @@ spec: ...@@ -93,8 +93,6 @@ spec:
value: "OBSOLETE" value: "OBSOLETE"
- name: schema_service_url - name: schema_service_url
value: http://schema-service/api/schema-service/v1 value: http://schema-service/api/schema-service/v1
- name: SCHEMA_HOST
value: http://schema-service/api/schema-service/v1/schema
- name: storage_service_url - name: storage_service_url
value: http://storage/api/storage/v2 value: http://storage/api/storage/v2
- name: STORAGE_SCHEMA_HOST - name: STORAGE_SCHEMA_HOST
......
...@@ -152,10 +152,10 @@ spec: ...@@ -152,10 +152,10 @@ spec:
value: http://entitlements-azure/entitlements/v1 value: http://entitlements-azure/entitlements/v1
- name: entitlements_service_api_key - name: entitlements_service_api_key
value: "OBSOLETE" value: "OBSOLETE"
- name: schema_service_url
value: http://schema-service/api/schema-service/v1
- name: storage_service_url - name: storage_service_url
value: http://storage/api/storage/v2 value: http://storage/api/storage/v2
- name: SCHEMA_HOST
value: http://schema/api/schema-service/v1/schema
- name: STORAGE_SCHEMA_HOST - name: STORAGE_SCHEMA_HOST
value: http://storage/api/storage/v2/schemas value: http://storage/api/storage/v2/schemas
- name: STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST - name: STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST
......
...@@ -36,7 +36,6 @@ KINDS_REDIS_DATABASE=1 ...@@ -36,7 +36,6 @@ KINDS_REDIS_DATABASE=1
CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3 CRON_INDEX_CLEANUP_THRESHOLD_DAYS=3
CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS=7 CRON_EMPTY_INDEX_CLEANUP_THRESHOLD_DAYS=7
schema_service_url=${schema_service_endpoint}
SCHEMA_HOST=${schema_service_url}/schema SCHEMA_HOST=${schema_service_url}/schema
storage_service_url=${storage_service_endpoint} storage_service_url=${storage_service_endpoint}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment