fix(irc): use short name for unrealircd in anope + thelounge configs

Same CoreDNS iamworkin.lan template + ndots:5 hijack as the irc-notify fix.
Anope services (nickserv/chanserv/memo) have been disconnected from unrealircd
for weeks ("Host is unreachable" every 3s). Thelounge server defaults pointed
at the same broken FQDN.

Short name unrealircd.irc.svc resolves to the ClusterIP directly.
This commit is contained in:
Andrew Stoltz
2026-04-22 21:23:38 -05:00
parent 02959f1ac6
commit 59efc460fd

View File

@@ -70,7 +70,7 @@ data:
}, },
defaults: { defaults: {
name: "BlueJayIRC", name: "BlueJayIRC",
host: "unrealircd.irc.svc.cluster.local", host: "unrealircd.irc.svc",
port: 6667, port: 6667,
password: "", password: "",
tls: false, tls: false,
@@ -739,7 +739,7 @@ data:
uplink uplink
{ {
host = "unrealircd.irc.svc.cluster.local" host = "unrealircd.irc.svc"
port = 8067 port = 8067
password = "__LINK_PASSWORD__" password = "__LINK_PASSWORD__"
} }