Document what the nomad stalker is for

This commit is contained in:
IamTheFij 2023-05-12 10:10:31 -07:00
parent 73e9977d41
commit 48322d9a78
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ module "metrics" {
}
resource "nomad_job" "nomad-client-stalker" {
# Stalker used to allow using Nomad service registry to identify nomad client hosts
jobspec = file("${path.module}/nomad-client-stalker.nomad")
}