Files
chart/library/ix-dev/community/rust-desk/values.yaml
Stavros Kois 8424616d0e NAS-123927 / 24.04 / Add rust-desk to community train (#1512)
* 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
2023-09-08 23:12:42 +03:00

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: []