mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
docs: update OlaresManifest example yaml (#2121)
This commit is contained in:
commit
3fd15d418b
2 changed files with 5 additions and 3 deletions
|
|
@ -332,8 +332,9 @@ 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 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
|
||||
addToTailscaleAcl: true # Automatically added to Tailscale's ACL
|
||||
```
|
||||
:::
|
||||
|
||||
|
|
|
|||
|
|
@ -332,8 +332,9 @@ ports:
|
|||
- name: rdp-tcp # 提供服务的入口名称
|
||||
host: windows-svc # 提供服务的 Ingress 主机名称
|
||||
port: 3389 # 提供服务的端口号
|
||||
exposePort: 46879 # 暴露的接口,在集群内一次只能分配给一个应用程序。
|
||||
addToTailscaleAcl: true # 自动添加到 Tailscle 的 ACL 列表中
|
||||
protocol: udp # 暴露端口使用的协议
|
||||
exposePort: 46879 # 暴露的端口,在集群内一次只能分配给一个应用程序
|
||||
addToTailscaleAcl: true # 自动添加到 Tailscale 的 ACL 列表中
|
||||
```
|
||||
:::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue