refactor(manage-traefik-ports): remove publishMode from port management and update related logic

This commit is contained in:
Mauricio Siu
2025-03-15 23:55:29 -06:00
parent 4c5bc541d6
commit 160742c2cf
3 changed files with 73 additions and 116 deletions

View File

@@ -22,7 +22,6 @@ interface TraefikOptions {
additionalPorts?: {
targetPort: number;
publishedPort: number;
publishMode?: "ingress" | "host";
}[];
force?: boolean;
}