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