Skip to content

Commit

Permalink
fix: srv dns record
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Aug 4, 2024
1 parent 17eb42b commit 5e42c3a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions base/cloudflare-operator/dnsrecord.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,10 @@ metadata:
spec:
name: _autodiscover._tcp.${BASE_DOMAIN}
data:
service: _autodiscover
proto: _tcp
port: 443
name: ${BASE_DOMAIN}
priority: 0
weight: 100
target: ${SRV_TARGET}
weight: 100
priority: 0
proxied: false
ttl: 1
Expand Down

0 comments on commit 5e42c3a

Please sign in to comment.