From f6c297dcb58aae2c58ca08b99766e7c52eddfed7 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 23 Aug 2026 21:38:27 +1000 Subject: [PATCH] Add logviewer.unkin.net internal DNS record (#405) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/405 Co-authored-by: unkin-agent Co-committed-by: unkin-agent --- .../base/bind-internal/authoritative/records.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apps/base/bind-internal/authoritative/records.yaml b/apps/base/bind-internal/authoritative/records.yaml index aa4f04b..3f7a30a 100644 --- a/apps/base/bind-internal/authoritative/records.yaml +++ b/apps/base/bind-internal/authoritative/records.yaml @@ -117,3 +117,18 @@ spec: # traefik-EXTERNAL (DMZ) gateway VIP; the arrproxy Gateway serves the # arrstack.unkin.net front door (oauth2-proxy) there. - 198.18.199.0 +--- +apiVersion: bind.unkin.net/v1alpha1 +kind: DNSRecord +metadata: + name: logviewer-dns-internal + namespace: bind-internal +spec: + zoneRef: unkin-net + name: logviewer + type: A + ttl: 600 + values: + # traefik-internal gateway VIP; the logviewer Gateway serves + # logviewer.unkin.net there. + - 198.18.200.4