Some networking fixes.

This commit is contained in:
Tom Alexander
2025-12-18 22:28:03 -05:00
parent a5e2eaee80
commit 9608d33557
33 changed files with 1806 additions and 1722 deletions

View File

@@ -47,5 +47,9 @@ in
User = "kubernetes";
};
};
networking.firewall.allowedTCPPorts = [
10259
];
};
}