refactor: simplify stable cluster baseline
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user