This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1158
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


View the commit online:
https://github.com/apache/incubator-dlab/commit/36b6547f6b1ec0e3722dab8cad36cdbfb65a99f6

The following commit(s) were added to refs/heads/DLAB-1158 by this push:
     new 36b6547  changed DeepLearning version;
36b6547 is described below

commit 36b6547f6b1ec0e3722dab8cad36cdbfb65a99f6
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Nov 20 18:01:18 2019 +0200

    changed DeepLearning version;
---
 infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index c52318f..345ce5e 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -60,7 +60,7 @@ variable "additional_tag" {
 }
 
 variable "ssn_k8s_workers_count" {
-  default = 2
+  default = 1
 }
 
 variable "gke_cluster_version" {
@@ -73,7 +73,7 @@ variable "gke_cluster_version" {
 //}
 
 variable "ssn_k8s_workers_shape" {
-  default = "n1-standard-1"
+  default = "n1-standard-2"
 }
 
 variable "service_account_iam_roles" {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to