refactor: simplify stable cluster baseline
Some checks failed
Deploy Cluster / Terraform (push) Successful in 1m48s
Deploy Cluster / Ansible (push) Failing after 4m7s

This commit is contained in:
2026-03-20 02:24:37 +00:00
parent 5bd4c41c2d
commit 522626a52b
4 changed files with 77 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ variable "cluster_name" {
variable "control_plane_count" {
description = "Number of control plane nodes"
type = number
default = 3
default = 1
}
variable "control_plane_type" {
@@ -37,7 +37,7 @@ variable "control_plane_type" {
variable "worker_count" {
description = "Number of worker nodes"
type = number
default = 4
default = 2
}
variable "worker_type" {