mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
* initial commit * add metadata * add readme * add common * extend upgrade_strategy * add initial templates * add qs * fix path * fix typo * quote nums * add some integrations * try dobule underscore * add service lists and test variable * update quetsions * double is the one * add passive port range on ftpd * fix webdav * formatting * https * test plugin too * services * remove todo * add data storage * fix portal, ui and services * only if there are defined
32 lines
499 B
YAML
32 lines
499 B
YAML
sftpgoNetwork:
|
|
webPort: 31000
|
|
sftpdServices:
|
|
- enabled: true
|
|
port: 31001
|
|
- enabled: true
|
|
port: 31002
|
|
ftpdServices:
|
|
- enabled: true
|
|
port: 31003
|
|
- enabled: true
|
|
port: 31004
|
|
ftpdPassivePortRange:
|
|
start: 31100
|
|
end: 31101
|
|
webdavServices:
|
|
- enabled: true
|
|
port: 31005
|
|
- enabled: true
|
|
port: 31006
|
|
|
|
sftpgoConfig:
|
|
imageSelector: pluginsImage
|
|
|
|
sftpgoStorage:
|
|
config:
|
|
type: pvc
|
|
data:
|
|
type: pvc
|
|
backups:
|
|
type: pvc
|