Disable Gitea

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2023-02-11 22:47:52 +01:00
parent 8b592df5b5
commit 11dbee082b
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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
# }
# }
# }