Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorbikebilly <fabio@gitlab.com>2017-11-07 11:46:04 +0300
committerbikebilly <fabio@gitlab.com>2017-11-07 11:46:04 +0300
commit8d7fbd09dc2da152c0377ff4f50e72ba084d60a3 (patch)
treed91569c4c7be467835cc8b1b2921bcded5409fd1 /app
parenta40bb17688f4d2983c22929cfbb1d888c2a6e68c (diff)
Change new occurrencies of n1-default-4
Diffstat (limited to 'app')
-rw-r--r--app/models/clusters/providers/gcp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/clusters/providers/gcp.rb b/app/models/clusters/providers/gcp.rb
index c4391729dd7..ee2e43ee9dd 100644
--- a/app/models/clusters/providers/gcp.rb
+++ b/app/models/clusters/providers/gcp.rb
@@ -7,7 +7,7 @@ module Clusters
default_value_for :zone, 'us-central1-a'
default_value_for :num_nodes, 3
- default_value_for :machine_type, 'n1-standard-4'
+ default_value_for :machine_type, 'n1-standard-2'
attr_encrypted :access_token,
mode: :per_attribute_iv,