diff --git a/cluster/gce/config-default.sh b/cluster/gce/config-default.sh index f822acbd4c0..a21db8dcab7 100755 --- a/cluster/gce/config-default.sh +++ b/cluster/gce/config-default.sh @@ -16,8 +16,8 @@ # TODO(jbeda): Provide a way to override project ZONE=us-central1-b -MASTER_SIZE=g1-small -MINION_SIZE=g1-small +MASTER_SIZE=n1-standard-1 +MINION_SIZE=n1-standard-1 NUM_MINIONS=4 # gcloud/gcutil will expand this to the latest supported image. IMAGE=backports-debian-7-wheezy