Skip to content

Commit

Permalink
Disable external dns (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Sep 17, 2024
1 parent e995e8d commit 0408299
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ingress:
enabled: true
className: nginx
annotations:
external-dns.alpha.kubernetes.io/cloudflare-proxied: "true"
# Using cloudflare load balancers for routing, not normal DNS
external-dns.alpha.kubernetes.io/hostname: ""
hosts:
- host: {{ HOSTNAME }}
paths:
Expand Down

0 comments on commit 0408299

Please sign in to comment.