plugin-values.yaml 499 B

12345678910111213141516171819202122232425262728293031
  1. sftpgoNetwork:
  2. webPort: 31000
  3. sftpdServices:
  4. - enabled: true
  5. port: 31001
  6. - enabled: true
  7. port: 31002
  8. ftpdServices:
  9. - enabled: true
  10. port: 31003
  11. - enabled: true
  12. port: 31004
  13. ftpdPassivePortRange:
  14. start: 31100
  15. end: 31101
  16. webdavServices:
  17. - enabled: true
  18. port: 31005
  19. - enabled: true
  20. port: 31006
  21. sftpgoConfig:
  22. imageSelector: pluginsImage
  23. sftpgoStorage:
  24. config:
  25. type: pvc
  26. data:
  27. type: pvc
  28. backups:
  29. type: pvc