mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 21:28:46 +08:00
46 lines
722 B
YAML
46 lines
722 B
YAML
image:
|
|
repository: drakkan/sftpgo
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.5.5
|
|
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: []
|