extra-values.yaml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. webdav:
  6. auth_type: basic
  7. username: some-username
  8. password: some-secret-password
  9. additional_browser_matches: [
  10. "^SomeBrowser",
  11. "SomeOtherBrowser",
  12. ]
  13. additional_envs: []
  14. network:
  15. http_port:
  16. bind_mode: published
  17. port_number: 30034
  18. https_port:
  19. bind_mode: ""
  20. port_number: 30035
  21. certificate_id:
  22. host_network: false
  23. run_as:
  24. user: 568
  25. group: 568
  26. storage:
  27. shares:
  28. - name: share1
  29. enabled: true
  30. description: My first share
  31. host_path: /mnt/share1
  32. read_only: false
  33. fix_permissions: true
  34. create_host_path: true
  35. - name: share2
  36. enabled: false
  37. description: My second share
  38. host_path: /mnt/share2
  39. read_only: true
  40. fix_permissions: true
  41. create_host_path: true
  42. - name: share3
  43. enabled: true
  44. description: My third share
  45. host_path: /mnt/share3
  46. read_only: false
  47. fix_permissions: false
  48. max_request_body_size_gb: 10
  49. create_host_path: true