Use an n1-standard-2 machine for node deployments (#893)
We don't load the entire blockchain into memory anymore. 😂 Resolves #892
This commit is contained in:
parent
82b0db3b41
commit
250e1af4f1
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
run: |
|
||||
gcloud compute instance-templates create-with-container "zebrad-$BRANCH_NAME-$SHORT_SHA" \
|
||||
--container-image "gcr.io/$PROJECT_ID/$REPOSITORY/$BRANCH_NAME:$SHORT_SHA" \
|
||||
--machine-type n1-highmem-8 \
|
||||
--machine-type n1-standard-2 \
|
||||
--service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \
|
||||
--scopes cloud-platform \
|
||||
--tags zebrad \
|
||||
|
|
|
|||
Loading…
Reference in New Issue