infra/infra/vultr-kubernetes/variables.tfvars
shockrah 12831fbaf3
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
Adding vars for the new bastion host
2025-06-12 09:20:21 -07:00

28 lines
413 B
HCL

cluster = {
region = "lax"
label = "athens-cluster"
version = "v1.33.0+1"
pools = {
main = {
node_quantity = 1
plan = "vc2-1c-2gb"
label = "main"
min_nodes = 1
max_nodes = 2
tag = "athens-main"
}
}
}
personal = {
namespace = "athens-main"
}
bastion = {
plan = "vc2-1c-2gb"
label = "bastion"
os = "1743"
}