From 6921862a3c56ef36bb3c3a61923afcce6300e869 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Tue, 31 Dec 2024 22:13:08 -0500 Subject: [PATCH] external-dns annotation for pihole --- manifests/pihole/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/pihole/values.yaml b/manifests/pihole/values.yaml index 748bbfa..f5c6eb1 100644 --- a/manifests/pihole/values.yaml +++ b/manifests/pihole/values.yaml @@ -129,7 +129,8 @@ serviceWeb: loadBalancerIPv6: "" # -- Annotations for the DHCP service - annotations: {} + annotations: + external-dns.alpha.kubernetes.io/hostname: pihole.homelab.local # metallb.universe.tf/address-pool: network-services # metallb.universe.tf/allow-shared-ip: pihole-svc