Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for GCP CD flow. #2300

Merged
merged 2 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 8 additions & 24 deletions jobs/email-reminder/devops/gcp/clouddeploy-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ metadata:
description: Dev Environment
deployParameters:
deploy-project-id: "a083gt-dev"
service-name: "business-email-reminder-dev"
container-name: "business-email-reminder-dev"
job-name: "business-email-reminder-dev"
app-env: "dev"
cloudsql-instances: "a083gt-dev:northamerica-northeast1:businesses-db-dev"
max-scale: "1"
container-concurrency: "2"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-dev/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -41,14 +37,10 @@ metadata:
description: Test Environment
deployParameters:
deploy-project-id: "a083gt-test"
service-name: "business-email-reminder-test"
container-name: "business-email-reminder-test"
job-name: "business-email-reminder-test"
app-env: "test"
cloudsql-instances: "a083gt-test:northamerica-northeast1:businesses-db-test"
max-scale: "2"
container-concurrency: "3"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-test/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -64,14 +56,10 @@ description: Sandbox Environment
requireApproval: true
deployParameters:
deploy-project-id: "a083gt-integration"
service-name: "business-email-reminder-sandbox"
container-name: "business-email-reminder-sandbox"
job-name: "business-email-reminder-sandbox"
app-env: "sandbox"
cloudsql-instances: "a083gt-integration:northamerica-northeast1:businesses-db-sandbox"
max-scale: "3"
container-concurrency: "7"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-integration/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -87,14 +75,10 @@ description: Production Environment
requireApproval: true
deployParameters:
deploy-project-id: "a083gt-prod"
service-name: "business-email-reminder-prod"
container-name: "business-email-reminder-prod"
job-name: "business-email-reminder-prod"
app-env: "production"
cloudsql-instances: "a083gt-prod:northamerica-northeast1:businesses-db-prod"
max-scale: "3"
container-concurrency: "7"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-prod/locations/northamerica-northeast1
executionConfigs:
Expand Down
13 changes: 0 additions & 13 deletions jobs/email-reminder/devops/vaults.json

This file was deleted.

1,255 changes: 656 additions & 599 deletions jobs/email-reminder/poetry.lock

Large diffs are not rendered by default.

32 changes: 8 additions & 24 deletions jobs/future-effective-filings/devops/gcp/clouddeploy-targets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ metadata:
description: Dev Environment
deployParameters:
deploy-project-id: "a083gt-dev"
service-name: "business-future-effective-filings-dev"
container-name: "business-future-effective-filings-dev"
job-name: "business-future-effective-filings-dev"
app-env: "dev"
cloudsql-instances: "a083gt-dev:northamerica-northeast1:businesses-db-dev"
max-scale: "1"
container-concurrency: "2"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-dev/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -41,14 +37,10 @@ metadata:
description: Test Environment
deployParameters:
deploy-project-id: "a083gt-test"
service-name: "business-future-effective-filings-test"
container-name: "business-future-effective-filings-test"
job-name: "business-future-effective-filings-test"
app-env: "test"
cloudsql-instances: "a083gt-test:northamerica-northeast1:businesses-db-test"
max-scale: "2"
container-concurrency: "3"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-test/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -64,14 +56,10 @@ description: Sandbox Environment
requireApproval: true
deployParameters:
deploy-project-id: "a083gt-integration"
service-name: "business-future-effective-filings-sandbox"
container-name: "business-future-effective-filings-sandbox"
job-name: "business-future-effective-filings-sandbox"
app-env: "sandbox"
cloudsql-instances: "a083gt-integration:northamerica-northeast1:businesses-db-sandbox"
max-scale: "3"
container-concurrency: "7"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-integration/locations/northamerica-northeast1
executionConfigs:
Expand All @@ -87,14 +75,10 @@ description: Production Environment
requireApproval: true
deployParameters:
deploy-project-id: "a083gt-prod"
service-name: "business-future-effective-filings-prod"
container-name: "business-future-effective-filings-prod"
job-name: "business-future-effective-filings-prod"
app-env: "production"
cloudsql-instances: "a083gt-prod:northamerica-northeast1:businesses-db-prod"
max-scale: "3"
container-concurrency: "7"
timeout-seconds: "300"
container-port: "8080"
run-command: "./run.sh"
run:
location: projects/a083gt-prod/locations/northamerica-northeast1
executionConfigs:
Expand Down
Loading