Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bcb39fe0a |
@@ -5,7 +5,7 @@ apiVersion: bind.unkin.net/v1alpha1
|
||||
kind: BindCluster
|
||||
metadata:
|
||||
name: auth
|
||||
namespace: binddns-auth
|
||||
namespace: ns-auth
|
||||
spec:
|
||||
mode: authoritative
|
||||
replicas: 3
|
||||
@@ -30,7 +30,7 @@ apiVersion: bind.unkin.net/v1alpha1
|
||||
kind: BindCatalogZone
|
||||
metadata:
|
||||
name: auth-catalog
|
||||
namespace: binddns-auth
|
||||
namespace: ns-auth
|
||||
spec:
|
||||
clusterRef: auth
|
||||
zoneName: catalog.internal
|
||||
@@ -2,4 +2,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: binddns-auth
|
||||
name: ns-auth
|
||||
@@ -5,6 +5,6 @@ apiVersion: bind.unkin.net/v1alpha1
|
||||
kind: BindTSIGKey
|
||||
metadata:
|
||||
name: transfer-key
|
||||
namespace: binddns-auth
|
||||
namespace: ns-auth
|
||||
spec:
|
||||
algorithm: hmac-sha256
|
||||
+1
-1
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../../base/binddns-auth
|
||||
- ../../../base/ns-auth
|
||||
Reference in New Issue
Block a user