From 1605260456c3c9e57be386191764e634b810fc82 Mon Sep 17 00:00:00 2001 From: Sebastian Plattner Date: Mon, 22 Jan 2024 11:20:55 +0100 Subject: [PATCH] scale up for training --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index ff1da85..2bbe07b 100644 --- a/main.tf +++ b/main.tf @@ -57,7 +57,7 @@ module "training-cluster" { cluster_name = "training" cluster_domain = "cluster.acend.ch" - worker_count = "3" // A minimum of 3 nodes is required + worker_count = "8" // A minimum of 3 nodes is required hcloud_api_token = var.hcloud_api_token hosttech_dns_token = var.hosttech_dns_token