mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* Add `rust-desk` to `community` train * typo * fix ports * fix few things * add ui * no portal * add opton for onyl encrypted conns * typo * fix strateg * fix flake
34 lines
565 B
YAML
34 lines
565 B
YAML
image:
|
|
repository: rustdesk/rustdesk-server
|
|
pullPolicy: IfNotPresent
|
|
tag: '1.1.8-2'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
rustConfig:
|
|
allowOnlyEncryptedConnections: false
|
|
additionalRelayServers: []
|
|
additionalEnvs: []
|
|
|
|
rustNetwork:
|
|
natTypeTestPort: 21115
|
|
idRegHolePunchPort: 21116
|
|
relayPort: 21117
|
|
enableWebClientPorts: true
|
|
serverWebClientsPort: 21118
|
|
relayWebClientsPort: 21119
|
|
hostNetwork: false
|
|
|
|
rustRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
rustStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
additionalStorages: []
|