plus-values.yaml 933 B

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