diff --git a/nomad-configs/nodes/onecloud1.hcl b/nomad-configs/nodes/onecloud1.hcl index 3d11b22..f0667d6 100644 --- a/nomad-configs/nodes/onecloud1.hcl +++ b/nomad-configs/nodes/onecloud1.hcl @@ -82,14 +82,6 @@ plugin "nomad-driver-podman" { } } -consul { - enabled = true - server_service_name = "nomad" - client_service_name = "nomad-client" - auto_advertise = true - server_auto_join = true - client_auto_join = true -} vault { enabled = true @@ -106,6 +98,7 @@ telemetry { publish_allocation_metrics = true publish_node_metrics = true } + consul { address = "ch4.tailnet-68f9.ts.net:8500,ash3c.tailnet-68f9.ts.net:8500,warden.tailnet-68f9.ts.net:8500" server_service_name = "nomad"