Commit 0184326
committed
Fix cross-seed DNS - use Kubernetes DNS instead of DOT
DOT (DNS over TLS) requires external DNS servers (1.1.1.1:853) which are
blocked by FIREWALL_OUTBOUND_SUBNETS that only allows cluster networks.
This causes Gluetun DNS proxy to timeout on all DNS lookups, breaking
cross-seed connectivity to qbittorrent and prowlarr services.
Solution: Use Kubernetes DNS (10.144.0.10) directly, disable DOT and
DNS_KEEP_NAMESERVER to allow proper service name resolution.1 parent 46b52ab commit 0184326
File tree
1 file changed
+3
-3
lines changed- fluxcd/apps/overlays/production/cross-seed
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments