From 0db6227f9810b5426f162e6010f96e04366fef6a Mon Sep 17 00:00:00 2001 From: Meow33 Date: Thu, 27 Nov 2025 21:19:15 +0800 Subject: [PATCH] Update docs/developer/develop/package/manifest.md Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com> --- docs/developer/develop/package/manifest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/develop/package/manifest.md b/docs/developer/develop/package/manifest.md index b93e2679e..c94de999d 100644 --- a/docs/developer/develop/package/manifest.md +++ b/docs/developer/develop/package/manifest.md @@ -332,7 +332,7 @@ ports: - name: rdp-tcp # Name of the entrance that provides service host: windows-svc # Ingress name of the entrance that provides service port: 3389 # Port of the entrance that provides service - protocol: udp # Protocol used by the expose + protocol: udp # Protocol used by the exposed port exposePort: 46879 # The port to be exposed can only be assigned to one application at a time within the cluster. addToTailscaleAcl: true # Automatically added to Tailscle's ACL ```