We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 021b7a7 + 44fb323 commit 5594678Copy full SHA for 5594678
cloudbuild.yml
@@ -14,6 +14,6 @@ steps:
14
args: ["push", "-a", "gcr.io/$PROJECT_ID/nodejs-postgres"]
15
16
- name: 'gcr.io/cloud-builders/gcloud'
17
- args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated']
+ args: ['run', 'deploy', 'nodejs-postgres', '--image', 'gcr.io/$PROJECT_ID/nodejs-postgres', '--region', 'us-central1', '--platform', 'managed', '--allow-unauthenticated', '--cpu-boost']
18
options:
19
logging: CLOUD_LOGGING_ONLY
0 commit comments