Fire wall rules for admin-services

This commit is contained in:
2024-12-18 20:42:10 -08:00
parent f5f670e5f2
commit 6e4982fffd
3 changed files with 49 additions and 1 deletions

View File

@@ -52,3 +52,21 @@ variable game_servers {
})
}
variable admin_services {
type = object({
namespace = string
configs = map(object({
name = string
image = string
cpu = string
mem = string
port = object({
notes = optional(string)
internal = number
expose = number
})
proto = optional(string)
}))
})
}