basic-values.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. syncthing:
  6. additional_envs: []
  7. network:
  8. web_port:
  9. bind_mode: published
  10. port_number: 8080
  11. tcp_port:
  12. bind_mode: published
  13. port_number: 22000
  14. quic_port:
  15. bind_mode: published
  16. port_number: 22000
  17. local_discover_port:
  18. bind_mode: published
  19. port_number: 27017
  20. certificate_id: null
  21. host_network: false
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. home: /opt/tests/mnt/home
  27. data1: /opt/tests/mnt/data1
  28. data2: /opt/tests/mnt/data2
  29. storage:
  30. home:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: home
  34. create_host_path: true
  35. additional_storage:
  36. - type: ix_volume
  37. mount_path: /mnt/test/data1
  38. ix_volume_config:
  39. dataset_name: data1
  40. create_host_path: true
  41. volume_name: test-data1
  42. - type: ix_volume
  43. mount_path: /mnt/test/data2
  44. ix_volume_config:
  45. dataset_name: data2
  46. create_host_path: true
  47. # Manual test for cifs rendering (verify migration_mode adds extra options)
  48. # - type: cifs
  49. # mount_path: /mnt/test/data3
  50. # volume_name: test-data3
  51. # cifs_config:
  52. # server: 192.168.1.1
  53. # path: /test
  54. # domain: WORKGROUP
  55. # username: test
  56. # password: test
  57. # migration_mode: true