basic-values.yaml 564 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. audiobookshelf:
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. web_port:
  11. bind_mode: published
  12. port_number: 8080
  13. run_as:
  14. user: 568
  15. group: 568
  16. ix_volumes:
  17. config: /opt/tests/mnt/config
  18. metadata: /opt/tests/mnt/metadata
  19. storage:
  20. config:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: config
  24. create_host_path: true
  25. metadata:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: metadata
  29. create_host_path: true
  30. additional_storage: []