mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +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
46 lines
722 B
YAML
46 lines
722 B
YAML
image:
|
|
repository: drakkan/sftpgo
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.5.4
|
|
pluginsImage:
|
|
repository: drakkan/sftpgo
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.5.4-plugins
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
sftpgoConfig:
|
|
imageSelector: image
|
|
graceTime: 60
|
|
additionalEnvs: []
|
|
|
|
sftpgoNetwork:
|
|
hostNetwork: false
|
|
certificateID:
|
|
webPort: 30086
|
|
webdavdServices: []
|
|
sftpdServices: []
|
|
ftpdServices: []
|
|
ftpdPassivePortRange:
|
|
start: 50000
|
|
end: 50001
|
|
|
|
sftpgoRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
sftpgoStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
backups:
|
|
type: ixVolume
|
|
datasetName: backups
|
|
additionalStorages: []
|