infra/infra/vultr-kubernetes/variables.tfvars
shockrah 1c11410c2d
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s
More resource re-factors, upgrades and fixes for future work
Housekeeping but the wiki got hosed :((
2026-01-07 00:53:11 -08:00

25 lines
499 B
HCL

cluster = {
region = "lax"
label = "athens-cluster"
version = "v1.34.1+2"
pools = {
main = {
node_quantity = 1
plan = "vc2-1c-2gb"
label = "main"
min_nodes = 1
max_nodes = 2
tag = "athens-main"
}
}
}
playground = {
namespace = "playground"
# Sanity check service that is used purely for the sake of ensuring
# things are ( at a basic level ) functional
tls = {
email = "dev@shockrah.xyz"
}
}