Compare commits

..

1 Commits

Author SHA1 Message Date
unkinben 3bcb39fe0a Deploy ns-auth BIND cluster
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
2026-07-03 20:52:18 +10:00
5 changed files with 5 additions and 5 deletions
@@ -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
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/binddns-auth
- ../../../base/ns-auth