increase worker volume size and count

This commit is contained in:
2022-09-27 17:57:15 +02:00
parent 134256a9df
commit 2b02f2a46f

View File

@@ -1,7 +1,7 @@
locals {
pool_name = "kubernetes-workers"
worker_id_start = 80
worker_count = 1
worker_count = 2
}
resource "libvirt_pool" "kubernetes_workers" {
@@ -61,7 +61,7 @@ module "worker" {
create_root_storage_pool = false
root_storage_pool = local.pool_name
root_storage_volume_size_gb = 8
root_storage_volume_size_gb = 16
base_image_pool = "base-images"
base_image_volume = "ubuntu-jammy-20220516-k8s-v1.23.5-20220517"
@@ -98,4 +98,4 @@ module "worker" {
</xsl:stylesheet>
EOM
}
}