port map?

This commit is contained in:
2025-07-21 11:39:49 -05:00
parent fdf8fab0b3
commit 79f545dc5d

View File

@@ -50,12 +50,12 @@
hostPort = 3478; hostPort = 3478;
protocol = "udp"; protocol = "udp";
} }
] ++ map (x : { ];/* ++ map (x : {
containerPort = x; containerPort = x;
hostPort = x; hostPort = x;
protocol = "udp"; protocol = "udp";
}) (builtins.genList (y: y + 49152) (65535 - 49152)); }) (builtins.genList (y: y + 49152) (65535 - 49152));
*/
bindMounts = {}; bindMounts = {};