19 lines
335 B
HCL
19 lines
335 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"
|
|
} |