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