kusakabe: also expose k8s apiserver

This commit is contained in:
Luke Granger-Brown 2020-10-04 01:15:58 +01:00
parent 225dfdc114
commit ee7ad0adfd

View file

@ -98,7 +98,7 @@ in {
# PostgreSQL
5432
];
allowedTCPPorts = [ 80 443 ];
allowedTCPPorts = [ 80 443 6443 ];
};
};
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;