mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 16:04:25 +01:00
Disable Gitea
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
8b592df5b5
commit
11dbee082b
|
@ -57,14 +57,14 @@ path "kv/data/gitea" {
|
|||
EOF
|
||||
}
|
||||
|
||||
resource "nomad_job" "gitea" {
|
||||
jobspec = file("${path.module}/job/gitea.hcl")
|
||||
# resource "nomad_job" "gitea" {
|
||||
# jobspec = file("${path.module}/job/gitea.hcl")
|
||||
|
||||
hcl2 {
|
||||
enabled = true
|
||||
vars = {
|
||||
flake_ref = "${var.flake_host_alt}?rev=${var.flake_rev}&ref=${var.flake_ref}"
|
||||
flake_sha = var.flake_sha
|
||||
}
|
||||
}
|
||||
}
|
||||
# hcl2 {
|
||||
# enabled = true
|
||||
# vars = {
|
||||
# flake_ref = "${var.flake_host_alt}?rev=${var.flake_rev}&ref=${var.flake_ref}"
|
||||
# flake_sha = var.flake_sha
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
|
|
Loading…
Reference in a new issue