basic-values.yaml 852 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. linkding:
  6. postgres_image_selector: postgres_17_image
  7. image_selector: image
  8. db_password: password
  9. username: linkding
  10. password: password
  11. disable_background_tasks: false
  12. disable_url_validation: false
  13. enable_auth_proxy: false
  14. auth_proxy_username_header: ''
  15. auth_proxy_logout_url: ''
  16. csrf_trusted_origins: []
  17. additional_envs: []
  18. network:
  19. web_port:
  20. bind_mode: published
  21. port_number: 8080
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. data: /opt/tests/mnt/data
  27. postgres_data: /opt/tests/mnt/postgres_data
  28. storage:
  29. data:
  30. type: ix_volume
  31. ix_volume_config:
  32. dataset_name: data
  33. create_host_path: true
  34. postgres_data:
  35. type: ix_volume
  36. ix_volume_config:
  37. dataset_name: postgres_data
  38. create_host_path: true
  39. additional_storage: []