Move to new house

This commit is contained in:
Pim Kunis 2025-04-30 22:29:13 +02:00
parent 2371c6f03f
commit 241847c7c7
4 changed files with 13 additions and 9 deletions

View file

@ -117,6 +117,7 @@ in {
bind9-udp = {
metadata.annotations = {
"metallb.universe.tf/loadBalancerIPs" = "${globals.bind9IPv4},${globals.bind9Ipv6}";
# "metallb.universe.tf/loadBalancerIPs" = "${globals.bind9IPv4}";
"metallb.universe.tf/allow-shared-ip" = "dns";
};
@ -137,6 +138,7 @@ in {
bind9-tcp = {
metadata.annotations = {
"metallb.universe.tf/loadBalancerIPs" = "${globals.bind9IPv4},${globals.bind9Ipv6}";
# "metallb.universe.tf/loadBalancerIPs" = "${globals.bind9IPv4}";
"metallb.universe.tf/allow-shared-ip" = "dns";
};