Skip to content
GitLab
Menu
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
d6402b6b
Commit
d6402b6b
authored
Jan 12, 2022
by
Mikhail Piatliou (EPAM)
Committed by
Oleksandr Kosse (EPAM)
Jan 12, 2022
Browse files
Update GKE SA to follow common naming convention [GONRG-4113]
parent
1e93dd29
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d6402b6b
...
...
@@ -19,9 +19,8 @@ variables:
OSDU_GCP_SERVICE
:
indexer
OSDU_GCP_VENDOR
:
gcp
OSDU_GCP_QUEUE_SA_EMAIL
:
pub-sub-indexer-queue@nice-etching-277309.iam.gserviceaccount.com
OSDU_GCP_K8S_ACCOUNT
:
workload-identity-indexer
OSDU_GCP_HELM_CONFIG_SERVICE_VARS
:
"
--set
data.log_level=INFO
--set
data.schema_host=$OSDU_GCP_SCHEMA_API/schema
--set
data.google_cloud_project=$OSDU_GCP_PROJECT
--set
data.redis_search_host=$REDIS_SEARCH_HOST
--set
data.redis_group_host=$REDIS_GROUP_HOST
--set
data.indexer_queue_host=$OSDU_GCP_INDEXER_QUEUE_URL
--set
data.crs_api=$OSDU_GCP_CRS_API
--set
data.partition_api=$OSDU_GCP_PARTITION_API
--set
data.google_audiences=$GOOGLE_AUDIENCE
--set
data.indexer_que_service_mail=$OSDU_GCP_QUEUE_SA_EMAIL"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
"
--set
data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA
--set
data.serviceAccountName=$OSDU_GCP_
K8S_ACCOUNT
--set
data.limits_cpu=1
--set
data.limits_memory=1G"
OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS
:
"
--set
data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA
--set
data.serviceAccountName=$OSDU_GCP_
SERVICE-k8s
--set
data.limits_cpu=1
--set
data.limits_memory=1G"
OSDU_GCP_HELM_CONFIG_SERVICE
:
indexer-config
OSDU_GCP_HELM_DEPLOYMENT_SERVICE
:
indexer-deploy
OSDU_GCP_HELM_PACKAGE_CHARTS
:
"
devops/gcp/deploy
devops/gcp/configmap"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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