Skip to content

Commit

Permalink
scale for terraform training
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Aug 28, 2023
1 parent d86d2cb commit bddd68c
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 @@ -67,7 +67,7 @@ module "training-cluster" {
cluster_admin = ["user1", "user2", "user3", "user4", "user5"]

# Webshell
count-students = 5
count-students = 30
# User VMs
user-vms-enabled = false

Expand All @@ -94,7 +94,7 @@ module "training-cluster" {
}
theia_resources = {
requests = {
cpu = "750m"
cpu = "500m"
memory = "1Gi"
}
}
Expand Down

0 comments on commit bddd68c

Please sign in to comment.