mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
* Upgraded catalog item(s)
This commit upgrades home-assistant, drawio, rust-desk, castopod, wordpress, immich, sabnzbd, tiny-media-manager, frigate, n8n, planka catalog item(s).
* revert pre-releases
* bump HA
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
35 lines
586 B
YAML
35 lines
586 B
YAML
image:
|
|
repository: rustdesk/rustdesk-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.1.10-3
|
|
|
|
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: []
|