CRITICAL FIX: Repair cluster stability

- Fix semaphore Nomad config (was incorrectly set to influxdb1)
- Fix ash1d and ash2e bind_addr from 0.0.0.0 to proper Tailscale addresses
- Restore cluster to expected 3+ server nodes
- Emergency cluster repair
This commit is contained in:
2025-10-09 10:17:34 +00:00
parent 8e1c7040fd
commit 23edd2cf4f
3 changed files with 29 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ plugin_dir = "/opt/nomad/plugins"
log_level = "INFO"
name = "ash1d"
bind_addr = "0.0.0.0"
bind_addr = "ash1d.tailnet-68f9.ts.net"
addresses {
http = "ash1d.tailnet-68f9.ts.net"

View File

@@ -4,7 +4,7 @@ plugin_dir = "/opt/nomad/plugins"
log_level = "INFO"
name = "ash2e"
bind_addr = "0.0.0.0"
bind_addr = "ash2e.tailnet-68f9.ts.net"
addresses {
http = "ash2e.tailnet-68f9.ts.net"