Skip to content

Commit

Permalink
Increase worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael H committed Oct 16, 2023
1 parent 7b438a6 commit 2c562ad
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 @@ -54,7 +54,7 @@ module "training-cluster" {

cluster_name = "training"
cluster_domain = "cluster.acend.ch"
worker_count = "3"
worker_count = "7"

hcloud_api_token = var.hcloud_api_token
hosttech_dns_token = var.hosttech_dns_token
Expand All @@ -67,7 +67,7 @@ module "training-cluster" {
cluster_admin = ["user1", "user2"]

# Webshell
count-students = 7
count-students = 27
# User VMs
user-vms-enabled = false

Expand Down

0 comments on commit 2c562ad

Please sign in to comment.