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

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
This commit is contained in:
2026-08-23 21:29:34 +10:00
parent 13a04a6ebc
commit 5ae1aa3556
@@ -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