Files
truecharts/charts/incubator/sftpgo/values.yaml
T
171b18a429 chore(deps): update docker general non-major (#3377)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* fix nc

* initcontainer security context

* Update charts/stable/inventree/values.yaml

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-08-09 12:14:27 +02:00

76 lines
1.6 KiB
YAML

env:
SFTPGO_COMMON__DEFENDER__ENABLED: "true"
SFTPGO_FTPD__BINDINGS__0__DEBUG: "0"
SFTPGO_FTPD__BINDINGS__0__FORCE_PASSIVE_IP: 10.0.0.10
SFTPGO_FTPD__BINDINGS__0__PORT: "2121"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__END: "50100"
SFTPGO_FTPD__PASSIVE_PORT_RANGE__START: "50000"
SFTPGO_WEBDAVD__BINDINGS__0__PORT: "10080"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/sftpgo
tag: latest@sha256:761b9b97327316b8ae5ac3d91008c7dc1679880207d538d9d34ffae37b4199e2
persistence:
backupdirectory:
enabled: true
mountPath: /srv/sftpgo/backups
configpath:
enabled: true
mountPath: /var/lib/sftpgo
data:
enabled: true
mountPath: /srv/sftpgo/data
shareaccess:
enabled: true
mountPath: /unraid
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
ftpport:
enabled: true
ports:
ftpport:
enabled: true
port: 2121
protocol: TCP
targetPort: 2121
main:
enabled: true
ports:
main:
enabled: true
port: 2221
protocol: HTTP
targetPort: 8080
passiveports:
enabled: true
ports:
passiveports:
enabled: true
port: 50000
protocol: TCP
targetPort: 50000
sftpport:
enabled: true
ports:
sftpport:
enabled: true
port: 2022
protocol: TCP
targetPort: 2022
webdavport:
enabled: true
ports:
webdavport:
enabled: true
port: 10080
protocol: TCP
targetPort: 10080
portal:
enabled: true