Skip to content

Commit 2a1081a

Browse files
committed
feat(caddy): expose 443/udp port for HTTP3
* expose udp port 443 for caddy to support new HTTP3
1 parent 2ef8a6f commit 2a1081a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pkg/client/caddy.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ func (cli *Client) NewCaddyDeployment(image, config string, placement api.Placem
7171
Protocol: api.ProtocolTCP,
7272
Mode: api.PortModeHost,
7373
},
74+
{
75+
PublishedPort: 443,
76+
ContainerPort: 443,
77+
Protocol: api.ProtocolUDP,
78+
Mode: api.PortModeHost,
79+
}
7480
},
7581
Volumes: []api.VolumeSpec{
7682
{

0 commit comments

Comments
 (0)