bind-internal: add cheeztv.unkin.net record (#421)

why: cheeztv.unkin.net never resolved — external-dns ignores unkin.net (domain-filter is k8s.syd1.au.unkin.net only); *.unkin.net names are DNSRecord CRs.

- add cheeztv-dns-internal A record → 198.18.200.4 (internal traefik VIP serving the cheeztv gateway)

Reviewed-on: #421
Co-authored-by: unkin-agent <unkin-agent@unkin.net>
Co-committed-by: unkin-agent <unkin-agent@unkin.net>
This commit was merged in pull request #421.
This commit is contained in:
2026-08-26 20:09:08 +10:00
committed by BenVincent
parent 5da12e398d
commit 062d217ea8
@@ -132,3 +132,18 @@ spec:
# traefik-internal gateway VIP; the logviewer Gateway serves # traefik-internal gateway VIP; the logviewer Gateway serves
# logviewer.unkin.net there. # logviewer.unkin.net there.
- 198.18.200.4 - 198.18.200.4
---
apiVersion: bind.unkin.net/v1alpha1
kind: DNSRecord
metadata:
name: cheeztv-dns-internal
namespace: bind-internal
spec:
zoneRef: unkin-net
name: cheeztv
type: A
ttl: 600
values:
# traefik-internal gateway VIP; the cheeztv Gateway serves cheeztv.unkin.net
# there.
- 198.18.200.4