Deploy bind-operator + three BIND DNS tiers #216

Closed
unkinben wants to merge 3 commits from benvin/add-bind-operator into main
2 changed files with 5 additions and 5 deletions
Showing only changes of commit c57b115400 - Show all commits
+4 -3
View File
@@ -1,13 +1,14 @@
---
# external-dns tier (replaces the 3x Puppet external-dns servers). The primary
# accepts RFC2136 TSIG updates from external-dns; secondaries replicate.
# external-dns tier (replaces the 3x Puppet external-dns servers). An ordinary
# authoritative cluster; external-dns writes to its zones via RFC2136 because
# those BindZones set dynamicUpdate (allow-update { key externaldns-key; }).
apiVersion: bind.unkin.net/v1alpha1
kind: BindCluster
metadata:
name: externaldns
namespace: binddns-externaldns
spec:
mode: dynamic
mode: authoritative
replicas: 3
storageClassName: cephrbd-fast-delete
storageSize: 1Gi
@@ -682,8 +682,7 @@
"default": "authoritative",
"enum": [
"authoritative",
"resolver",
"dynamic"
"resolver"
],
"type": "string"
},