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
9b35866d
Commit
9b35866d
authored
2 years ago
by
Neelesh Thakur
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into primitive-text-array-sort
parents
e01ba240
db8197e2
No related branches found
No related tags found
2 merge requests
!346
Merge branch 'aws-integration' into 'master'
,
!315
enable sort and aggregation on primitive text array
Pipeline
#109116
failed
2 years ago
Stage: review
Stage: build
Stage: coverage
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
devops/gcp/deploy/templates/virtual-service.yaml
+4
-0
4 additions, 0 deletions
devops/gcp/deploy/templates/virtual-service.yaml
devops/gcp/deploy/values.yaml
+1
-0
1 addition, 0 deletions
devops/gcp/deploy/values.yaml
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
9b35866d
...
...
@@ -29,7 +29,7 @@ variables:
--set data.redis_group_host=$REDIS_GROUP_HOST
--set data.google_audiences=$GOOGLE_AUDIENCE
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
>
--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA
--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp
-$OSDU_GCP_SERVICE
:$CI_COMMIT_SHORT_SHA
--set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s
OSDU_GCP_HELM_CONFIG_SERVICE
:
indexer-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
indexer-deploy
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/deploy/templates/virtual-service.yaml
+
4
−
0
View file @
9b35866d
...
...
@@ -5,7 +5,11 @@ metadata:
namespace
:
"
{{
.Release.Namespace
}}"
spec
:
hosts
:
{{
- if .Values.conf.domain
}}
-
{{
printf "osdu.%s" .Values.conf.domain | quote
}}
{{
- else
}}
-
"
*"
{{
- end
}}
gateways
:
-
service-gateway
http
:
...
...
This diff is collapsed.
Click to expand it.
devops/gcp/deploy/values.yaml
+
1
−
0
View file @
9b35866d
...
...
@@ -17,3 +17,4 @@ conf:
keycloak_secret_name
:
"
indexer-keycloak-secret"
on_prem_enabled
:
false
rabbitmq_secret_name
:
"
rabbitmq-secret"
domain
:
"
"
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