feature: Disable ServiceLB.

This commit is contained in:
greysoh 2024-07-16 11:40:03 -04:00
parent 6b3cec237c
commit b4c0b59127
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
4 changed files with 6 additions and 2 deletions

View file

@ -13,8 +13,10 @@ in {
proxmox.qemuConf.diskSize = pkgs.lib.mkForce "131072";
services.k3s = {
enable = true;
role = "agent";
serverAddr = "https://kitteh-node-1-k3s-server:6443";
extraFlags = "--disable servicelb";
};
virtualisation.docker.enable = true;