Rename bind DNS namespaces to ns-* (#223)

Renames the three BIND DNS app namespaces `binddns-{auth,resolver,externaldns}` -> `ns-{auth,resolver,externaldns}`.

## Why
Shorter, clearer namespace names for the DNS tiers.

## Changes
- `argocd/applicationsets/platform.yaml`: overlay path registrations renamed (the ApplicationSet derives each app's namespace from its overlay dir name)
- `argocd/projects/platform.yaml`: destination namespaces renamed

## Coupled with
The per-tier PRs (#220/#221/#222) rename the overlay dirs + namespaces + external-dns hostnames to match. No app deploys to a renamed namespace until both this and the tier PR are merged (harmless before then — the ApplicationSet only instantiates apps for existing dirs).

Reviewed-on: #223
Co-authored-by: Ben Vincent <ben@unkin.net>
Co-committed-by: Ben Vincent <ben@unkin.net>
This commit was merged in pull request #223.
This commit is contained in:
2026-07-03 21:16:24 +10:00
committed by BenVincent
parent 4b8f9313c8
commit dbb5ad4f86
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -13,9 +13,9 @@ spec:
- path: apps/overlays/*/authentik
- path: apps/overlays/*/artifactapi
- path: apps/overlays/*/bind-system
- path: apps/overlays/*/binddns-auth
- path: apps/overlays/*/binddns-resolver
- path: apps/overlays/*/binddns-externaldns
- path: apps/overlays/*/ns-auth
- path: apps/overlays/*/ns-resolver
- path: apps/overlays/*/ns-externaldns
- path: apps/overlays/*/age-api
- path: apps/overlays/*/cattle-system
- path: apps/overlays/*/cert-manager
+3 -3
View File
@@ -21,11 +21,11 @@ spec:
server: https://kubernetes.default.svc
- namespace: 'authentik'
server: https://kubernetes.default.svc
- namespace: 'binddns-auth'
- namespace: 'ns-auth'
server: https://kubernetes.default.svc
- namespace: 'binddns-resolver'
- namespace: 'ns-resolver'
server: https://kubernetes.default.svc
- namespace: 'binddns-externaldns'
- namespace: 'ns-externaldns'
server: https://kubernetes.default.svc
- namespace: 'cert-manager'
server: https://kubernetes.default.svc