Add namespace to bind master
This commit is contained in:
parent
c553b5cbae
commit
4b209f4649
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,7 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: bind-master-config
|
||||
namespace: {{ .Release.Namespace }}
|
||||
data:
|
||||
named.conf: |
|
||||
include "/etc/bind/externaldns-key.conf";
|
||||
|
@ -51,6 +52,7 @@ apiVersion: apps/v1
|
|||
kind: DaemonSet
|
||||
metadata:
|
||||
name: bind-master
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -120,6 +122,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: bind-master
|
||||
namespace: {{ .Release.Namespace }}
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue