30 lines
737 B
YAML
30 lines
737 B
YAML
apiVersion: dns.mayers.cloud/v1alpha1
|
|
kind: TechnitiumAuthority
|
|
metadata:
|
|
labels:
|
|
app.kubernetes.io/name: split-horizon-operator
|
|
app.kubernetes.io/managed-by: kustomize
|
|
name: technitiumauthority-sample
|
|
spec:
|
|
zone: example.com
|
|
primary:
|
|
endpoint: https://tech-primary.example.com
|
|
apiKeySecretRef:
|
|
name: technitium-auth
|
|
key: apiKey-ns1
|
|
secondaries:
|
|
- endpoint: https://tech-secondary.example.com
|
|
apiKeySecretRef:
|
|
name: technitium-auth
|
|
key: apiKey-ns2
|
|
dnsApp.config: |
|
|
{
|
|
"enableAddressTranslation": true,
|
|
"networks": {
|
|
"vpn": [
|
|
"10.101.0.0/16"
|
|
]
|
|
},
|
|
"networkGroupMap": {},
|
|
"groups": []
|
|
}
|