Remove the hello world services initially added for testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user