basic-values.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. rsyncd:
  6. additional_envs: []
  7. max_connections: 10
  8. aux_params:
  9. - param: test-param
  10. value: test-value
  11. - param: test-param2
  12. value: test-value2
  13. rsync_modules:
  14. - enabled: true
  15. name: module_name1
  16. comment: "Comment for module"
  17. host_path: /opt/tests/mnt/rsyncd/module1
  18. create_host_path: true
  19. access_mode: RW
  20. max_connections: 0
  21. uid: 0
  22. gid: 0
  23. hosts_allow:
  24. - 10.10.10.1
  25. - 10.10.10.2
  26. hosts_deny:
  27. - 11.10.10.1
  28. - 11.10.10.2
  29. aux_params:
  30. - param: mod-param1
  31. value: mod-value1
  32. - param: mod-param2
  33. value: mod-value2
  34. - enabled: true
  35. name: module_name2
  36. comment: "Comment for module2"
  37. host_path: /opt/tests/mnt/rsyncd/module2
  38. create_host_path: true
  39. access_mode: WO
  40. max_connections: 100
  41. uid: 568
  42. gid: 568
  43. hosts_allow:
  44. - 10.10.10.1
  45. - 10.10.10.2
  46. hosts_deny:
  47. - 11.10.10.1
  48. - 11.10.10.2
  49. aux_params:
  50. - param: mod-param1
  51. value: mod-value1
  52. - param: mod-param2
  53. value: mod-value2
  54. - enabled: true
  55. name: module_name3
  56. comment: "Comment for module3"
  57. host_path: /opt/tests/mnt/rsyncd/module3
  58. create_host_path: true
  59. access_mode: RW
  60. max_connections: 0
  61. uid: 1000
  62. gid: 1000
  63. hosts_allow: []
  64. hosts_deny: []
  65. aux_params: []
  66. network:
  67. host_network: false
  68. rsync_port:
  69. bind_mode: published
  70. port_number: 8080
  71. storage:
  72. additional_storage: []