bind-internal: add s3.ceph.unkin.net CNAME -> radosgw.service.consul #265

Merged
benvin merged 1 commits from benvin/cephrgw-s3-cname into main 2026-07-18 16:30:24 +10:00
Owner

Why

Publish the RGW S3 endpoint name (s3.ceph.unkin.net) that cephrgw-operator consumers use and that the radosgw hosts will carry as a cert SAN. For now it points at the Consul service; the real target will be changed later.

Changes

  • Add a DNSRecord in the ceph.unkin.net authoritative zone: s3 CNAME radosgw.service.consul. (apps/base/bind-internal/authoritative/records.yaml, zoneRef ceph-unkin-net, TTL 600).

A companion puppet-prod change adds s3.ceph.unkin.net to the radosgw cert SANs and nginx server names.

## Why Publish the RGW S3 endpoint name (`s3.ceph.unkin.net`) that cephrgw-operator consumers use and that the radosgw hosts will carry as a cert SAN. For now it points at the Consul service; the real target will be changed later. ## Changes - Add a `DNSRecord` in the `ceph.unkin.net` authoritative zone: `s3` CNAME `radosgw.service.consul.` (`apps/base/bind-internal/authoritative/records.yaml`, zoneRef `ceph-unkin-net`, TTL 600). A companion puppet-prod change adds `s3.ceph.unkin.net` to the radosgw cert SANs and nginx server names.
unkinben added 1 commit 2026-07-18 16:26:33 +10:00
bind-internal: add s3.ceph.unkin.net CNAME -> radosgw.service.consul
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
c1dba68581
Publish the RGW S3 endpoint name used by cephrgw-operator consumers and the
radosgw cert SAN.

- Add a DNSRecord in the ceph.unkin.net zone: s3 CNAME radosgw.service.consul.
  (Consul service target for now; real target to change later.)
benvin merged commit 513c60492b into main 2026-07-18 16:30:24 +10:00
benvin deleted branch benvin/cephrgw-s3-cname 2026-07-18 16:30:26 +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#265