Better config samples

This commit is contained in:
superflo22 2025-04-11 13:31:44 +02:00
parent 2a1d36f001
commit 39dc920231
2 changed files with 34 additions and 2 deletions

View file

@ -6,4 +6,25 @@ metadata:
app.kubernetes.io/managed-by: kustomize app.kubernetes.io/managed-by: kustomize
name: technitiumauthority-sample name: technitiumauthority-sample
spec: 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": []
}

View file

@ -6,4 +6,15 @@ metadata:
app.kubernetes.io/managed-by: kustomize app.kubernetes.io/managed-by: kustomize
name: technitiumrecord-sample name: technitiumrecord-sample
spec: 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