Replies: 1 comment
-
I'd love to know if this feature is priorotised/has any ETA 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to create srv record using CRD? I can create an A record and CNAME but not SRV
Lots of closed issues regarding this topic, wondering if this even possible at the moment?
Version: 0.12.1
I got the following setup
apiVersion: externaldns.k8s.io/v1alpha1 kind: DNSEndpoint metadata: name: dns-endpoint spec: endpoints: - dnsName: _service._tcp.domain recordType: SRV targets: - "0 50 27017 domain1.org"
Beta Was this translation helpful? Give feedback.
All reactions