Update docs/developer/develop/package/manifest.md

Co-authored-by: Yajing <110797546+fnalways@users.noreply.github.com>
This commit is contained in:
Meow33 2025-11-27 21:19:15 +08:00 committed by GitHub
parent 46aa153989
commit 0db6227f98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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