e8f68b5e75
Migrates the 18 zones served by the puppet authoritative masters
(profiles::dns::master::zones) as BindZone CRs on the auth cluster:
unkin.net, main.unkin.net, and the 198.18.{13-29}.0/24 reverse zones.
- add apps/base/ns-auth/zones.yaml (type primary, TTL 600); records are
migrated separately (not stored in puppet, generated via PuppetDB)
10 lines
148 B
YAML
10 lines
148 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- tsigkey.yaml
|
|
- cluster.yaml
|
|
- zones.yaml
|