Revert back to dns namespace

This commit is contained in:
j 2025-07-01 11:54:48 +10:00
parent 005f6e56a8
commit 5476a958b8

View file

@ -2,13 +2,13 @@
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
metadata: metadata:
name: bind9 name: dns
--- ---
apiVersion: v1 apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: bind-master-config name: bind-master-config
namespace: bind9 namespace: dns
data: data:
named.conf: | named.conf: |
acl "slaves" { acl "slaves" {
@ -63,7 +63,7 @@ apiVersion: v1
kind: ConfigMap kind: ConfigMap
metadata: metadata:
name: bind-slave-config name: bind-slave-config
namespace: bind9 namespace: dns
data: data:
named.conf: | named.conf: |
options { options {
@ -87,7 +87,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: bind-master name: bind-master
namespace: bind9 namespace: dns
spec: spec:
replicas: 1 replicas: 1
selector: selector: