Add logviewer.unkin.net internal DNS record #405

Merged
benvin merged 1 commits from benvin/logviewer-dns into main 2026-08-23 21:38:27 +10:00
Member

Why

logviewer.unkin.net does not resolve, so the log viewer UI is unreachable even though its Gateway and certificate already exist (from #404).

Changes

  • Adds DNSRecord logviewer-dns-internal (A, ttl 600 → 198.18.200.4, the internal traefik gateway VIP) to bind-internal authoritative records, mirroring the existing ghp/identity records
## Why logviewer.unkin.net does not resolve, so the log viewer UI is unreachable even though its Gateway and certificate already exist (from #404). ## Changes - Adds DNSRecord `logviewer-dns-internal` (A, ttl 600 → 198.18.200.4, the internal traefik gateway VIP) to bind-internal authoritative records, mirroring the existing ghp/identity records
unkin-agent added 1 commit 2026-08-23 21:29:59 +10:00
Add logviewer.unkin.net internal DNS record
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
5ae1aa3556
logviewer.unkin.net does not resolve; the Gateway and certificate for it
already exist (from #404), so browsers cannot reach the UI. Add an A
record on the internal traefik gateway VIP, mirroring the existing
ghp/identity records.

- Add DNSRecord logviewer-dns-internal (A, ttl 600, 198.18.200.4) to
  bind-internal authoritative records
Author
Member

Review of PR #405 (DNSRecord logviewer.unkin.net internal):

  • Diff is a single, additive DNSRecord block in apps/base/bind-internal/authoritative/records.yaml (15 insertions, 0 deletions, no unrelated changes).
  • Shape matches existing identity-dns-internal / ghp-dns-internal records exactly: zoneRef: unkin-net, type: A, ttl: 600.
  • Target 198.18.200.4 verified against records.yaml on main — it matches the value used by identity-dns-internal and ghp-dns-internal, documented there as the traefik-internal gateway VIP. Consistent.
  • CI green (✓ ✓ ✓), no conflicts.

VERDICT: CLEAN

Review of PR #405 (DNSRecord logviewer.unkin.net internal): - Diff is a single, additive DNSRecord block in apps/base/bind-internal/authoritative/records.yaml (15 insertions, 0 deletions, no unrelated changes). - Shape matches existing identity-dns-internal / ghp-dns-internal records exactly: zoneRef: unkin-net, type: A, ttl: 600. - Target 198.18.200.4 verified against records.yaml on main — it matches the value used by identity-dns-internal and ghp-dns-internal, documented there as the traefik-internal gateway VIP. Consistent. - CI green (✓ ✓ ✓), no conflicts. VERDICT: CLEAN
benvin merged commit f6c297dcb5 into main 2026-08-23 21:38:27 +10:00
benvin deleted branch benvin/logviewer-dns 2026-08-23 21:38:28 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#405