Some networking fixes.

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

View File

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