Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
0cad84ba
Commit
0cad84ba
authored
Dec 16, 2020
by
Sviatoslav Nekhaienko
Browse files
change url variables
parent
07e71753
Pipeline
#19294
failed with stage
in 1 minute and 59 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
0cad84ba
...
...
@@ -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
...
...
devops/azure/release.yaml
View file @
0cad84ba
...
...
@@ -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
...
...
provider/indexer-azure/src/main/resources/application.properties
View file @
0cad84ba
...
...
@@ -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}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment