bind-internal: add dashboard.ceph.unkin.net + lb1.unkin.net records
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

In-cluster clients (cephrgw-operator) could not resolve
dashboard.ceph.unkin.net, so the operator failed to reach the Ceph dashboard.
Publish the name authoritatively in bind-internal.

- CNAME dashboard.ceph.unkin.net -> lb1.unkin.net. (zone ceph.unkin.net)
- A lb1.unkin.net -> 103.216.191.185 (zone unkin.net)
This commit is contained in:
benvin
2026-07-18 23:42:22 +10:00
parent 5a22dd95ef
commit 3a17104a4d
@@ -34,3 +34,31 @@ spec:
# radosgw S3 endpoint. Points at the Consul service for now; the real
# target will be changed later.
- radosgw.service.consul.
---
apiVersion: bind.unkin.net/v1alpha1
kind: DNSRecord
metadata:
name: dashboard-ceph-cname
namespace: bind-internal
spec:
zoneRef: ceph-unkin-net
name: dashboard
type: CNAME
ttl: 600
values:
# Ceph mgr dashboard, reached via lb1. Lets in-cluster clients (the
# cephrgw-operator) resolve dashboard.ceph.unkin.net.
- lb1.unkin.net.
---
apiVersion: bind.unkin.net/v1alpha1
kind: DNSRecord
metadata:
name: lb1-unkin-net
namespace: bind-internal
spec:
zoneRef: unkin-net
name: lb1
type: A
ttl: 600
values:
- 103.216.191.185