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 kind: BindCluster
metadata: metadata:
name: auth name: auth
namespace: binddns-auth namespace: ns-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: binddns-auth namespace: ns-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: binddns-auth name: ns-auth
@@ -5,6 +5,6 @@ apiVersion: bind.unkin.net/v1alpha1
kind: BindTSIGKey kind: BindTSIGKey
metadata: metadata:
name: transfer-key name: transfer-key
namespace: binddns-auth namespace: ns-auth
spec: spec:
algorithm: hmac-sha256 algorithm: hmac-sha256
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- ../../../base/binddns-auth - ../../../base/ns-auth