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;
protocol = "udp";
}
] ++ map (x : {
];/* ++ map (x : {
containerPort = x;
hostPort = x;
protocol = "udp";
}) (builtins.genList (y: y + 49152) (65535 - 49152));
*/
bindMounts = {};