Increase max number of worker nodes to 3
CI PR Checks...

This commit is contained in:
Marcus Noble 2020-06-07 14:21:10 +01:00
parent 4a383437f3
commit 15afc432d2
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ resource "scaleway_k8s_pool_beta" "k8s-cluster-pool-1" {
node_type = "DEV1-M"
size = 1
min_size = 1
max_size = 2
max_size = 3
autoscaling = true
autohealing = true