Skip to content

Commit

Permalink
scale up
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed May 22, 2024
1 parent a9a2c39 commit fd10731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "5" // A minimum of 3 nodes is required

hcloud_api_token = var.hcloud_api_token
hosttech_dns_token = var.hosttech_dns_token
Expand All @@ -72,7 +72,7 @@ module "training-cluster" {
# Webshell
# Make sure to scale down to 0 before removing the cluster,
# otherwise there will be terraform errors due to missing provider config
count-students = 5
count-students = 25

# User VMs
user-vms-enabled = false
Expand Down

0 comments on commit fd10731

Please sign in to comment.