Skip to content

Commit

Permalink
scale up for training
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Jan 22, 2024
1 parent f71aa4f commit 1605260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1605260

Please sign in to comment.