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