mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
35 lines
586 B
YAML
35 lines
586 B
YAML
image:
|
|
repository: rustdesk/rustdesk-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.1.11-1
|
|
|
|
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
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|