Files
chart/library/ix-dev/community/sftpgo/values.yaml
Stavros Kois 3af88f9278 Sftpgo - migrate storage section (adds acl) (#1924)
* bump version

* update template

* update values

* update ui

* add migration

* update template
2023-12-21 10:42:01 +02:00

49 lines
788 B
YAML

image:
repository: drakkan/sftpgo
pullPolicy: IfNotPresent
tag: v2.5.6
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
ixVolumeConfig:
datasetName: config
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
backups:
type: ixVolume
ixVolumeConfig:
datasetName: backups
additionalStorages: []