Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Jul 11, 2024
1 parent 0a5c060 commit 151dac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/deploy/core/ingress/cloudflare/tunnel/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: ${DNS_SHORT_CF}
external-dns.alpha.kubernetes.io/target: ${SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
name: cloudflared-external-dns-${DNS_SHORT//./-:=domain1}
name: cloudflared-external-dns-short
namespace: cloudflare
spec:
type: ExternalName
Expand All @@ -118,7 +118,7 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: ${DNS_MAIN_CF}
external-dns.alpha.kubernetes.io/target: ${SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
name: cloudflared-external-dns-${DNS_MAIN//./-:=domain2}
name: cloudflared-external-dns-long
namespace: cloudflare
spec:
type: ExternalName
Expand Down

0 comments on commit 151dac7

Please sign in to comment.