mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 22:36:39 +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
16 lines
268 B
YAML
16 lines
268 B
YAML
rustStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
|
|
rustNetwork:
|
|
natTypeTestPort: 31115
|
|
idRegHolePunchPort: 31116
|
|
relayPort: 31117
|
|
serverWebClientsPort: 31118
|
|
relayWebClientsPort: 31119
|
|
|
|
rustRunAs:
|
|
user: 1000
|
|
group: 1000
|