nixos-servers/kubenix-modules/metallb.nix

8 lines
236 B
Nix
Raw Normal View History

2024-04-13 14:37:18 +00:00
# TODO: These resources should probably exist within the kube-system namespace.
{
kubernetes.resources = {
ipAddressPools.main.spec.addresses = [ "192.168.30.128-192.168.30.200" ];
l2Advertisements.main.metadata = { };
};
}