diff --git a/infra/cluster.tf b/infra/cluster.tf index c67f7fc8..fb34b13a 100644 --- a/infra/cluster.tf +++ b/infra/cluster.tf @@ -80,6 +80,7 @@ resource "lxd_profile" "kubenode" { properties = { pool = "default" path = "/" + size = "32GiB" } } }