mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-21 05:26:49 +00:00
Found via live test: the CoreDNS rewrite for pg-authentik.ha.huskypup.net resolves the NAME correctly to a local service, but DNS rewriting can't change the PORT a client then connects to - the app tier is configured with AUTHENTIK_POSTGRESQL__PORT=61432 (matching the external floating hostname), so the local target needs to actually listen on 61432 too, or the connection times out even though DNS resolves fine. Also repoints the rewrite target from CNPG's own pg-authentik-rw to this Service, so it resolves to a port that actually exists. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>