Skip to content

Commit

Permalink
Update default workspace image size
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Valtl <lucasvaltl@users.noreply.github.com>
  • Loading branch information
2 people authored and roboquat committed Aug 26, 2022
1 parent 3abc166 commit 979a6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/infra/modules/gke/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ variable "services_disk_size_gb" {
variable "workspaces_disk_size_gb" {
type = number
description = "Size of the workspace node's disk."
default = 360
default = 512
}

variable "credentials" {
Expand Down

0 comments on commit 979a6ea

Please sign in to comment.