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