kusakabe: also expose k8s apiserver
This commit is contained in:
parent
225dfdc114
commit
ee7ad0adfd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ in {
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
5432
|
5432
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 6443 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
boot.kernel.sysctl."net.ipv4.ip_forward" = 1;
|
||||||
|
|
Loading…
Reference in a new issue