http-basicauth-other-user-values.yaml 963 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. additional_envs: []
  11. network:
  12. http_port:
  13. bind_mode: published
  14. port_number: 30034
  15. https_port:
  16. bind_mode: ""
  17. port_number: 30035
  18. certificate_id:
  19. host_network: false
  20. run_as:
  21. user: 1000
  22. group: 1000
  23. storage:
  24. shares:
  25. - name: share1
  26. enabled: true
  27. description: My first share
  28. host_path: /mnt/share1
  29. read_only: false
  30. fix_permissions: true
  31. create_host_path: true
  32. - name: share2
  33. enabled: false
  34. description: My second share
  35. host_path: /mnt/share2
  36. read_only: true
  37. fix_permissions: true
  38. create_host_path: true
  39. - name: share3
  40. enabled: true
  41. description: My third share
  42. host_path: /mnt/share3
  43. read_only: false
  44. fix_permissions: false
  45. create_host_path: true