18 lines
359 B
YAML
18 lines
359 B
YAML
apiVersion: externaldns.k8s.io/v1alpha1
|
|
kind: DNSEndpoint
|
|
metadata:
|
|
name: xray-public-edge
|
|
namespace: platform
|
|
spec:
|
|
endpoints:
|
|
- dnsName: apfelkuchen.badhouseplants.net
|
|
recordTTL: 60
|
|
recordType: A
|
|
targets:
|
|
- 195.201.249.91
|
|
- dnsName: tiramisu.badhouseplants.net
|
|
recordTTL: 60
|
|
recordType: A
|
|
targets:
|
|
- 195.201.249.91
|