Skip to content

Commit

Permalink
remove unneeded nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed May 27, 2024
1 parent 624eb98 commit 73c0808
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 = "6" // 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
Expand Down

0 comments on commit 73c0808

Please sign in to comment.