23 lines
335 B
HCL
23 lines
335 B
HCL
cluster = {
|
|
region = "lax"
|
|
label = "athens-cluster"
|
|
version = "v1.31.2+1"
|
|
pool = {
|
|
plan = "vc2-1c-2gb"
|
|
autoscale = true
|
|
min = 1
|
|
max = 2
|
|
}
|
|
}
|
|
|
|
game_servers = {
|
|
namespace = "games"
|
|
configs = {
|
|
nginx = {
|
|
image = "nginx:latest"
|
|
cpu = "200m"
|
|
mem = "64Mi"
|
|
port = 30808
|
|
}
|
|
}
|
|
} |