2024-01-16 19:07:55 -08:00
|
|
|
cluster = {
|
|
|
|
|
region = "lax"
|
|
|
|
|
label = "athens-cluster"
|
2024-12-08 13:16:42 -08:00
|
|
|
version = "v1.31.2+1"
|
2024-12-16 00:05:08 -08:00
|
|
|
metapool = {
|
2024-01-16 19:07:55 -08:00
|
|
|
plan = "vc2-1c-2gb"
|
|
|
|
|
autoscale = true
|
|
|
|
|
min = 1
|
|
|
|
|
max = 2
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-02-19 16:51:49 -08:00
|
|
|
|
2024-12-08 18:28:34 -08:00
|
|
|
game_servers = {
|
|
|
|
|
namespace = "games"
|
|
|
|
|
configs = {
|
2024-12-16 00:05:08 -08:00
|
|
|
# minecraft = {
|
|
|
|
|
# image = "itzg/minecraft-server"
|
|
|
|
|
# cpu = "1000m"
|
|
|
|
|
# mem = "2048Mi"
|
|
|
|
|
# port = {
|
|
|
|
|
# expose = 30808
|
|
|
|
|
# internal = 80
|
|
|
|
|
# }
|
|
|
|
|
# }
|
2024-12-08 18:28:34 -08:00
|
|
|
}
|
|
|
|
|
}
|