Better config samples
This commit is contained in:
parent
2a1d36f001
commit
39dc920231
2 changed files with 34 additions and 2 deletions
|
|
@ -6,4 +6,25 @@ metadata:
|
|||
app.kubernetes.io/managed-by: kustomize
|
||||
name: technitiumauthority-sample
|
||||
spec:
|
||||
# TODO(user): Add fields here
|
||||
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": []
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,4 +6,15 @@ metadata:
|
|||
app.kubernetes.io/managed-by: kustomize
|
||||
name: technitiumrecord-sample
|
||||
spec:
|
||||
# TODO(user): Add fields here
|
||||
authorityRef:
|
||||
name: technitiumauthority-sample
|
||||
|
||||
name: app
|
||||
ttl: 3600
|
||||
classPath: SimpleAddress
|
||||
|
||||
recordData:
|
||||
public:
|
||||
- 93.184.216.34
|
||||
vpn:
|
||||
- 10.0.0.99
|
||||
Loading…
Add table
Reference in a new issue