feat: increase master count to 3

This commit is contained in:
2026-06-27 13:06:42 +01:00
parent 470fd15b56
commit e509fd8225
+1 -1
View File
@@ -7,7 +7,7 @@ locals {
ext_disk_size = "16GiB"
network_cidr = "10.150.0.1/24"
master_count = 2
master_count = 3
worker_count = 0
image = "ubuntu/26.04"