Skip to content

Commit

Permalink
Reduce Students and update Webshell
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-pona authored Oct 7, 2024
1 parent 98053cb commit a411f20
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 @@ -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 = 20
count-students = 5

# User VMs
user-vms-enabled = false
Expand All @@ -81,7 +81,7 @@ module "training-cluster" {
webshell-rbac-enabled = true

webshell-settings = {
version = "0.5.12"
version = "0.5.13"

theia-persistence-enabled = true
dind-persistence-enabled = true
Expand Down

0 comments on commit a411f20

Please # to comment.