25 lines
499 B
HCL
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"
|
|
}
|
|
}
|