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 ```