From 80bccbda8d68f514b7e42cb2d15fd1f100fa1c3b Mon Sep 17 00:00:00 2001 From: Infrastructure Admin Date: Sat, 27 Sep 2025 12:41:47 -0400 Subject: [PATCH] Fix external-dns configuration for automatic DNS management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Enable debug logging for troubleshooting - External-DNS now successfully creates vault.nge6.com → 212.2.241.56 - DNS record creation working via Gandi API - Requires external-dns.ambassador-service annotation on Ambassador Hosts 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- external-dns.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-dns.yaml b/external-dns.yaml index 6a338f8..9186349 100644 --- a/external-dns.yaml +++ b/external-dns.yaml @@ -144,7 +144,7 @@ spec: - --registry=txt - --txt-owner-id=external-dns - --txt-prefix=external-dns- - - --log-level=info + - --log-level=debug - --log-format=text env: - name: GANDI_PAT