From 2c50106082a61387ee3b87e1400f8b6be172ef24 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 10 Aug 2019 23:42:53 -0400 Subject: [PATCH] Change default regions and machine size in Makefile --- services/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/services/Makefile b/services/Makefile index 0a223e7..7570e5f 100644 --- a/services/Makefile +++ b/services/Makefile @@ -25,10 +25,10 @@ machine-create-google: docker-machine create --driver google \ --google-address selfpass \ --google-project selfpass-241808 \ - --google-machine-type g1-small \ + --google-machine-type f1-micro \ --google-machine-image https://www.googleapis.com/compute/v1/projects/debian-cloud/global/images/debian-9-stretch-v20190514 \ --google-username selfpass \ - --google-zone us-west1-c \ + --google-zone us-east4-c \ ${DOCKER_MACHINE_NAME} $(MAKE) machine-install-stackdriver-agent $(MAKE) machine-add-grpc-server-tag @@ -56,7 +56,7 @@ machine-put-certs: machine-add-grpc-server-tag: gcloud compute instances add-tags ${DOCKER_MACHINE_NAME} \ - --zone us-west1-c \ + --zone us-east4-c \ --tags grpc-server machine-install-stackdriver-agent: