[RAN] Add firewall

This commit is contained in:
Kat Inskip 2023-05-01 09:47:57 -07:00
parent b0a7fa16c1
commit 019731411e
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 53 additions and 7 deletions

View file

@ -11,11 +11,7 @@ in {
];
networking = {
firewall.allowedTCPPorts = [
kubeMasterAPIServerPort
443
80
];
firewall.enable = false;
extraHosts = "${kubeMasterIP} ${kubeMasterHostname}";
};