Move frigate into the cluster and enable GPU detector

This commit is contained in:
2026-03-28 17:10:23 +11:00
parent 68cf58ead5
commit d22ea96879
10 changed files with 386 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
resource "nomad_job" "codeproject_ai" {
jobspec = file("codeproject-ai.nomad.hcl")
}
module "appdata_codeproject_ai" {
source = "./modules/appdata"
name = "codeproject-ai"
}