Remove the hello world services initially added for testing

This commit is contained in:
2025-05-18 21:53:44 +10:00
parent 9cdd529633
commit d2279028be
3 changed files with 2 additions and 113 deletions

View File

@@ -2,13 +2,8 @@ resource "nomad_job" "glance" {
jobspec = file("glance.nomad.hcl")
}
resource "nomad_job" "hello_world" {
jobspec = file("hello-world.nomad.hcl")
}
resource "nomad_job" "webapp" {
jobspec = file("webapp.nomad.hcl")
resource "nomad_job" "transfer" {
jobspec = file("transfer.nomad.hcl")
}
resource "nomad_csi_volume_registration" "unraid_transfer" {
@@ -36,9 +31,6 @@ resource "nomad_csi_volume_registration" "unraid_transfer" {
}
}
resource "nomad_job" "transfer" {
jobspec = file("transfer.nomad.hcl")
}
resource "nomad_csi_volume_registration" "unraid_appdata_transferfilebrowser" {
#Note: Before chaning the definition of this volume you need to stop the jobs that are using it