Skip to content

Commit

Permalink
Change default consumer machine type to n1-standard-2 (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed May 22, 2020
1 parent 6d3f51b commit 07b466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function configure_gke() {
export GPU_PER_NODE=${GPU_PER_NODE:-1}

# The type of node for the consumer node pools
export CONSUMER_MACHINE_TYPE=${CONSUMER_MACHINE_TYPE:-n1-highmem-2}
export CONSUMER_MACHINE_TYPE=${CONSUMER_MACHINE_TYPE:-n1-standard-2}

printenv | grep -e CLOUD_PROVIDER \
-e CLOUDSDK \
Expand Down

0 comments on commit 07b466a

Please sign in to comment.