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 7d5d0e5014
commit accdf3676c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

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