File tree Expand file tree Collapse file tree
queue_services/business-filer/devops/gcp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ serialPipeline:
3030 deploy-project-id : " a083gt-dev"
3131 service-name : " business-api-dev"
3232 container-name : " business-api-dev"
33+ resources-memory : " 2Gi"
3334 cloudsql-instances : " a083gt-dev:northamerica-northeast1:businesses-db-dev"
3435 service-account : " sa-api@a083gt-dev.iam.gserviceaccount.com"
3536 - targetId : a083gt-test
@@ -43,6 +44,7 @@ serialPipeline:
4344 deploy-project-id : " a083gt-test"
4445 service-name : " business-api-test"
4546 container-name : " business-api-test"
47+ resources-memory : " 2Gi"
4648 cloudsql-instances : " a083gt-test:northamerica-northeast1:businesses-db-test"
4749 service-account : " sa-api@a083gt-test.iam.gserviceaccount.com"
4850 - targetId : a083gt-sandbox
@@ -56,6 +58,7 @@ serialPipeline:
5658 deploy-project-id : " a083gt-integration"
5759 service-name : " business-api-sandbox"
5860 container-name : " business-api-sandbox"
61+ resources-memory : " 2Gi"
5962 cloudsql-instances : " a083gt-integration:northamerica-northeast1:businesses-db-sandbox"
6063 service-account : " sa-api@a083gt-integration.iam.gserviceaccount.com"
6164 - targetId : a083gt-prod
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ serialPipeline:
3030 deploy-project-id : " a083gt-dev"
3131 service-name : " business-filer-dev"
3232 container-name : " business-filer-dev"
33+ resources-cpu : " 8000m"
34+ resources-memory : " 4Gi"
3335 cloudsql-instances : " a083gt-dev:northamerica-northeast1:businesses-db-dev"
3436 service-account : " sa-api@a083gt-dev.iam.gserviceaccount.com"
3537 - targetId : a083gt-test
@@ -43,6 +45,8 @@ serialPipeline:
4345 deploy-project-id : " a083gt-test"
4446 service-name : " business-filer-test"
4547 container-name : " business-filer-test"
48+ resources-cpu : " 8000m"
49+ resources-memory : " 4Gi"
4650 cloudsql-instances : " a083gt-test:northamerica-northeast1:businesses-db-test"
4751 service-account : " sa-api@a083gt-test.iam.gserviceaccount.com"
4852 - targetId : a083gt-sandbox
@@ -56,6 +60,8 @@ serialPipeline:
5660 deploy-project-id : " a083gt-integration"
5761 service-name : " business-filer-sandbox"
5862 container-name : " business-filer-sandbox"
63+ resources-cpu : " 8000m"
64+ resources-memory : " 4Gi"
5965 cloudsql-instances : " a083gt-integration:northamerica-northeast1:businesses-db-sandbox"
6066 service-account : " sa-api@a083gt-integration.iam.gserviceaccount.com"
6167 - targetId : a083gt-prod
You can’t perform that action at this time.
0 commit comments