Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
0b24f3cf
Commit
0b24f3cf
authored
2 years ago
by
Mina Otgonbold
Browse files
Options
Downloads
Patches
Plain Diff
revert virtual-service changes
parent
c750426c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!346
Merge branch 'aws-integration' into 'master'
,
!306
Fix swagger for indexer service
Pipeline
#104747
failed
2 years ago
Stage: review
Stage: coverage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devops/azure/chart/templates/virtual-service.yaml
+2
-71
2 additions, 71 deletions
devops/azure/chart/templates/virtual-service.yaml
with
2 additions
and
71 deletions
devops/azure/chart/templates/virtual-service.yaml
+
2
−
71
View file @
0b24f3cf
...
...
@@ -11,76 +11,8 @@ spec:
-
"
{{
.Values.istioDnsHost
}}"
gateways
:
-
istio-gateway
http
:
-
name
:
"
Settings
specific
to
the
Swagger
page
and
resources"
match
:
-
uri
:
prefix
:
"
/api/indexer/v2/webjars"
-
uri
:
prefix
:
"
/api/indexer/v2/swagger-resources"
-
uri
:
prefix
:
"
/api/indexer/v2/v3/api-docs"
-
uri
:
prefix
:
"
/api/indexer/v2/swagger-ui"
route
:
-
destination
:
host
:
{{
.Chart.Name
}}
port
:
number
:
80
headers
:
response
:
set
:
cache-control
:
"
private,
max-age=300"
corsPolicy
:
maxAge
:
"
60m"
allowCredentials
:
true
allowHeaders
:
-
Authorization
-
Data-Partition-Id
-
Correlation-Id
-
Content-Type
-
cache-control
allowMethods
:
-
POST
-
GET
-
PUT
-
PATCH
-
DELETE
allowOrigins
:
-
prefix
:
"
*"
-
name
:
"
Settings
specific
to
the
QueryAttributeApi
API"
match
:
-
uri
:
prefix
:
"
/api/indexer/v2/query/attributes"
route
:
-
destination
:
host
:
{{
.Chart.Name
}}
port
:
number
:
80
headers
:
response
:
set
:
cache-control
:
"
private,
max-age=300,
stale-while-revalidate=600,
stale-if-error=600"
vary
:
"
data-partition-id,authorization"
corsPolicy
:
maxAge
:
"
60m"
allowCredentials
:
true
allowHeaders
:
-
Authorization
-
Data-Partition-Id
-
Correlation-Id
-
Content-Type
-
cache-control
allowMethods
:
-
POST
-
GET
-
PUT
-
PATCH
-
DELETE
allowOrigins
:
-
prefix
:
"
*"
-
name
:
"
Default
settings,
applies
to
everything
not
matched
above"
match
:
http
:
-
match
:
-
uri
:
prefix
:
"
/api/indexer/v2"
route
:
...
...
@@ -96,7 +28,6 @@ spec:
-
Data-Partition-Id
-
Correlation-Id
-
Content-Type
-
cache-control
allowMethods
:
-
POST
-
GET
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment