aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kube/ellenjoe/core/wildcard-dns.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kube/ellenjoe/core/wildcard-dns.yaml b/kube/ellenjoe/core/wildcard-dns.yaml
new file mode 100644
index 0000000..ea36f0c
--- /dev/null
+++ b/kube/ellenjoe/core/wildcard-dns.yaml
@@ -0,0 +1,11 @@
+apiVersion: externaldns.k8s.io/v1alpha1
+kind: DNSEndpoint
+metadata:
+ name: ellenjoe-wildcard
+spec:
+ endpoints:
+ - dnsName: "*.ellenjoe.within.lgbt"
+ recordTTL: 3600
+ recordType: A
+ targets:
+ - 100.127.81.4 \ No newline at end of file