nosftp-values.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. sftpgo:
  6. image_selector: image
  7. stop_grace_period: 60
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. telemetry_port:
  12. bind_mode: ""
  13. port_number: 8081
  14. web_port:
  15. bind_mode: published
  16. port_number: 8080
  17. certificate_id:
  18. webdavd_services:
  19. - enabled: true
  20. port:
  21. bind_mode: published
  22. port_number: 2022
  23. sftpd_services: []
  24. ftpd_services:
  25. - enabled: true
  26. port:
  27. bind_mode: published
  28. port_number: 2024
  29. - enabled: true
  30. port:
  31. bind_mode: published
  32. port_number: 2025
  33. ftpd_passive_port_range:
  34. bind_mode: published
  35. start: 50000
  36. end: 50010
  37. host_ips: []
  38. run_as:
  39. user: 568
  40. group: 568
  41. ix_volumes:
  42. config: /opt/tests/mnt/config
  43. data: /opt/tests/mnt/data
  44. backups: /opt/tests/mnt/backups
  45. storage:
  46. config:
  47. type: ix_volume
  48. ix_volume_config:
  49. dataset_name: config
  50. create_host_path: true
  51. data:
  52. type: ix_volume
  53. ix_volume_config:
  54. dataset_name: data
  55. create_host_path: true
  56. backups:
  57. type: ix_volume
  58. ix_volume_config:
  59. dataset_name: backups
  60. create_host_path: true
  61. additional_storage: []