separating game and admin service node pools with pods and what not
This commit is contained in:
@@ -25,12 +25,12 @@ variable cluster {
|
||||
region = string
|
||||
label = string
|
||||
version = string
|
||||
metapool = object({
|
||||
pools = map(object({
|
||||
plan = string
|
||||
autoscale = bool
|
||||
min = number
|
||||
max = number
|
||||
})
|
||||
}))
|
||||
})
|
||||
}
|
||||
|
||||
@@ -38,17 +38,16 @@ variable game_servers {
|
||||
type = object({
|
||||
namespace = string
|
||||
configs = map(object({
|
||||
name = optional(string)
|
||||
image = string
|
||||
cpu = string
|
||||
mem = string
|
||||
port = object({
|
||||
internal = number
|
||||
expose = number
|
||||
})
|
||||
proto = optional(string)
|
||||
name = optional(string)
|
||||
image = string
|
||||
cpu = string
|
||||
mem = string
|
||||
port = object({
|
||||
internal = number
|
||||
expose = number
|
||||
})
|
||||
)
|
||||
proto = optional(string)
|
||||
}))
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user