Skip to content

Commit 0c9261c

Browse files
committed
metrics: provide correct service-account details
1 parent 41f075d commit 0c9261c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/roles/metrics/files/index-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Push Docker image to GCR
2121
- `docker push gcr.io/nodejs-org/index-generator:latest`
2222
- Deploy Cloud Run service
23-
- `gcloud run deploy index-generator --image gcr.io/nodejs-org/index-generator:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated`
23+
- `gcloud run deploy index-generator --image gcr.io/nodejs-org/index-generator:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated`
2424
- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525
- `gcloud run services update-traffic index-generator --to-latest --region us-central1`
2626

ansible/roles/metrics/files/process-cloudflare/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Push Docker image to GCR
2121
- `docker push gcr.io/nodejs-org/processcloudflare:latest`
2222
- Deploy Cloud Run service
23-
- `gcloud run deploy processlogs --image gcr.io/nodejs-org/processcloudflare:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated`
23+
- `gcloud run deploy processlogs --image gcr.io/nodejs-org/processcloudflare:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated`
2424
- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525
- `gcloud run services update-traffic processlogs --to-latest --region us-central1`
2626

ansible/roles/metrics/files/summaries/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- Push Docker image to GCR
2121
- `docker push gcr.io/nodejs-org/producesummaries:latest`
2222
- Deploy Cloud Run service
23-
- `gcloud run deploy produce-summaries --image gcr.io/nodejs-org/producesummaries:latest --service-account metrics-processor-service-key.json --region us-central1 --no-allow-unauthenticated`
23+
- `gcloud run deploy produce-summaries --image gcr.io/nodejs-org/producesummaries:latest --service-account metrics-processor@nodejs-org.iam.gserviceaccount.com --region us-central1 --no-allow-unauthenticated`
2424
- If traffic is not routed to the new revision, update the service to send all traffic to the new revision
2525
- `gcloud run services update-traffic produce-summaries --to-latest --region us-central1`
2626

0 commit comments

Comments
 (0)