service: Support udp port mappings

This commit is contained in:
uumas
2026-06-08 17:29:44 +03:00
parent 284ad35406
commit 40357a17ad
3 changed files with 21 additions and 3 deletions

View File

@@ -113,6 +113,14 @@ argument_specs:
description: Container port to publish
type: int
required: true
protocol:
description: Protocol of the port
type: str
required: false
default: tcp
choices:
- tcp
- udp
type:
description: Whether to publish as a port or socket
type: str
@@ -495,6 +503,14 @@ argument_specs:
description: Container port to publish
type: int
required: true
protocol:
description: Protocol of the port
type: str
required: false
default: tcp
choices:
- tcp
- udp
type:
description: Whether to publish as a port or socket
type: str