Move to new house
This commit is contained in:
parent
2371c6f03f
commit
241847c7c7
4 changed files with 13 additions and 9 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue