2024-04-16 08:12:45 +00:00
|
|
|
variable "worker_instance_count" {
|
2024-04-12 08:01:51 +00:00
|
|
|
default = "6"
|
|
|
|
}
|
2024-04-16 08:12:45 +00:00
|
|
|
variable "controller_instance_count" {
|
|
|
|
default = "3"
|
|
|
|
}
|
2024-04-12 08:01:51 +00:00
|
|
|
|
2024-04-16 08:12:45 +00:00
|
|
|
variable "controller_instance_type" {
|
|
|
|
default = "b2.c2r4"
|
|
|
|
}
|
2024-04-23 11:45:22 +00:00
|
|
|
variable "monitor_instance_type" {
|
|
|
|
default = "b2.c2r4"
|
|
|
|
}
|
2024-04-16 08:12:45 +00:00
|
|
|
variable "worker_instance_type" {
|
|
|
|
default = "b2.c4r16"
|
2024-04-12 08:01:51 +00:00
|
|
|
}
|
|
|
|
variable "worker_name" {
|
|
|
|
default = "internal-sto4-test-k8sw"
|
|
|
|
}
|
2024-04-16 08:12:45 +00:00
|
|
|
variable "controller_name" {
|
|
|
|
default = "internal-sto4-test-k8sc"
|
|
|
|
}
|
2024-04-12 08:01:51 +00:00
|
|
|
variable "dns_suffix" {
|
|
|
|
default = "rut.sunet.se"
|
|
|
|
}
|