From 6c59604df98fa4d85d010b5aa8933197c8e3369b Mon Sep 17 00:00:00 2001 From: Thomas Philipona <11518264+phil-pona@users.noreply.github.com> Date: Sun, 20 Oct 2024 15:25:32 +0200 Subject: [PATCH] Scale down after Training --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index c3afc80..2c99a35 100644 --- a/main.tf +++ b/main.tf @@ -57,7 +57,7 @@ module "training-cluster" { cluster_name = "training" cluster_domain = "cluster.acend.ch" - worker_count = "7" // A minimum of 3 nodes is required + worker_count = "3" // A minimum of 3 nodes is required hcloud_api_token = var.hcloud_api_token hosttech_dns_token = var.hosttech_dns_token