test off-by-one

This commit is contained in:
2025-07-21 11:52:15 -05:00
parent 3c6cbc9ae9
commit d2c675dd06

View File

@@ -54,7 +54,7 @@
containerPort = x;
hostPort = x;
protocol = "udp";
}) (builtins.genList (y: y + 49152) (3));
}) (builtins.genList (y: y + 49152) (65535 - 49153));
/* ++ map (x : {
containerPort = x;