Skip to content

Commit

Permalink
Merge pull request #56 from appuio/change/remove-srv-records
Browse files Browse the repository at this point in the history
Remove the etcd SRV records
  • Loading branch information
glrf authored Apr 26, 2022
2 parents 6034217 + bf9c3d5 commit 87f81ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions templates/dns.zone
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ ${lb_hostnames[i]} IN A ${addr}
%{ for i, addr in masters ~}
etcd-${i} IN A ${addr}
%{ endfor ~}

%{ for i, addr in masters ~}
_etcd-server-ssl._tcp IN SRV 0 10 2380 etcd-${i}
%{ endfor ~}

0 comments on commit 87f81ad

Please sign in to comment.