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