mirror of
				https://github.com/kubernetes-sigs/external-dns.git
				synced 2025-11-03 20:21:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			407 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			407 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
apiVersion: externaldns.k8s.io/v1alpha1
 | 
						|
kind: DNSEndpoint
 | 
						|
metadata:
 | 
						|
  name: examplednsrecord
 | 
						|
spec:
 | 
						|
  endpoints:
 | 
						|
  - dnsName: foo.bar.com
 | 
						|
    recordTTL: 180
 | 
						|
    recordType: A
 | 
						|
    targets:
 | 
						|
    - 192.168.99.216
 | 
						|
    # Provider specific configurations are set like an annotation would on other sources
 | 
						|
    providerSpecific:
 | 
						|
      - name: external-dns.alpha.kubernetes.io/cloudflare-proxied
 | 
						|
        value: "true"
 |