added forgejo runner
This commit is contained in:
parent
4d00251994
commit
2a9eeb19b5
1 changed files with 14 additions and 0 deletions
|
|
@ -48,3 +48,17 @@ resource "incus_instance" "observer-tofu" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
resource "incus_instance" "forgejo-runner-tofu" {
|
||||||
|
name = "forgejo-runner-tofu"
|
||||||
|
image = "images:nixos/25.05/amd64"
|
||||||
|
profiles = [
|
||||||
|
incus_profile.d.name
|
||||||
|
]
|
||||||
|
config = {
|
||||||
|
"limits.cpu" = 4
|
||||||
|
"limits.memory" = "8GiB"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue