Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 11ba99f4ae | |||
| 025294ab7f |
@@ -6,7 +6,7 @@ apiVersion: bind.unkin.net/v1alpha1
|
|||||||
kind: BindCluster
|
kind: BindCluster
|
||||||
metadata:
|
metadata:
|
||||||
name: externaldns
|
name: externaldns
|
||||||
namespace: ns-externaldns
|
namespace: binddns-externaldns
|
||||||
spec:
|
spec:
|
||||||
mode: authoritative
|
mode: authoritative
|
||||||
replicas: 3
|
replicas: 3
|
||||||
@@ -17,7 +17,7 @@ spec:
|
|||||||
annotations:
|
annotations:
|
||||||
purelb.io/service-group: common
|
purelb.io/service-group: common
|
||||||
purelb.io/addresses: 198.18.200.8
|
purelb.io/addresses: 198.18.200.8
|
||||||
external-dns.alpha.kubernetes.io/hostname: ns-externaldns.k8s.syd1.au.unkin.net
|
external-dns.alpha.kubernetes.io/hostname: ns-ext.k8s.syd1.au.unkin.net
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
+1
-1
@@ -2,4 +2,4 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: ns-externaldns
|
name: binddns-externaldns
|
||||||
@@ -5,6 +5,6 @@ apiVersion: bind.unkin.net/v1alpha1
|
|||||||
kind: BindTSIGKey
|
kind: BindTSIGKey
|
||||||
metadata:
|
metadata:
|
||||||
name: externaldns-key
|
name: externaldns-key
|
||||||
namespace: ns-externaldns
|
namespace: binddns-externaldns
|
||||||
spec:
|
spec:
|
||||||
algorithm: hmac-sha256
|
algorithm: hmac-sha256
|
||||||
+1
-1
@@ -3,4 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ../../../base/ns-externaldns
|
- ../../../base/binddns-externaldns
|
||||||
Reference in New Issue
Block a user