docs: update olaresmanifest example yaml

This commit is contained in:
Meow33
2025-11-27 17:19:54 +08:00
parent 7f27a03e84
commit 3cfd619d9d
2 changed files with 3 additions and 1 deletions

View File

@@ -332,7 +332,8 @@ ports:
- name: rdp-tcp # 提供服务的入口名称
host: windows-svc # 提供服务的 Ingress 主机名称
port: 3389 # 提供服务的端口号
exposePort: 46879 # 暴露的接口,在集群内一次只能分配给一个应用程序。
protocol: udp # 暴露端口使用的协议
exposePort: 46879 # 暴露的接口,在集群内一次只能分配给一个应用程序
addToTailscaleAcl: true # 自动添加到 Tailscle 的 ACL 列表中
```
:::