plugins-values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. sftpgo:
  6. image_selector: plugins_image
  7. stop_grace_period: 60
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. telemetry_port:
  12. bind_mode: published
  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. - enabled: true
  25. port:
  26. bind_mode: published
  27. port_number: 2021
  28. ftpd_services: []
  29. run_as:
  30. user: 568
  31. group: 568
  32. ix_volumes:
  33. config: /opt/tests/mnt/config
  34. data: /opt/tests/mnt/data
  35. backups: /opt/tests/mnt/backups
  36. storage:
  37. config:
  38. type: ix_volume
  39. ix_volume_config:
  40. dataset_name: config
  41. create_host_path: true
  42. data:
  43. type: ix_volume
  44. ix_volume_config:
  45. dataset_name: data
  46. create_host_path: true
  47. backups:
  48. type: ix_volume
  49. ix_volume_config:
  50. dataset_name: backups
  51. create_host_path: true
  52. additional_storage: []