Fix external-dns configuration for automatic DNS management
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
4af7193ee0
commit
80bccbda8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue