fix: move apiserver port to standard 6443 on (new) ekman

This commit is contained in:
2025-09-13 07:11:04 +02:00
parent 33a14d1509
commit 14b5f07cc6
2 changed files with 2 additions and 2 deletions

View File

@@ -183,7 +183,7 @@ in
};
defaultGateway = "10.255.242.1";
firewall = {
allowedTCPPorts = [ 4443 ];
allowedTCPPorts = [ 6443 ];
extraCommands = ''
# needed for nodeport access on k1 and k2
# iptables -t nat -A POSTROUTING -s 10.255.241.0/24 ! -d 10.255.0.0/16 -j SNAT --to-source 10.255.242.2

View File

@@ -219,7 +219,7 @@ in {
};
defaultGateway = "10.255.242.1";
firewall = {
allowedTCPPorts = [ 4443 4725 ];
allowedTCPPorts = [ 6443 4725 ];
extraCommands = ''
# needed for nodeport access on k1 and k2
# iptables -t nat -A POSTROUTING -s 10.255.241.0/24 ! -d 10.255.0.0/16 -j SNAT --to-source 10.255.242.3