Skip to content

Commit 1935aee

Browse files
authored
Merge pull request #62 from kbst/gke-autoscaling-config
Set GKE autoscaling config options in tests/config.auto.tfvars
2 parents 15b0de7 + 85461cb commit 1935aee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/config.auto.tfvars

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ clusters = {
2525
name_prefix = "testing"
2626
base_domain = "infra.serverwolken.de"
2727
cluster_min_master_version = "1.13.6"
28-
cluster_initial_node_count = 1
28+
cluster_min_node_count = 1
29+
cluster_max_node_count = 1
2930
region = "europe-west1"
3031
cluster_node_locations = "europe-west1-b,europe-west1-c,europe-west1-d"
3132
}

0 commit comments

Comments
 (0)