basic-values.yaml 367 B

123456789101112131415161718192021222324
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. paperless:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. ix_volumes:
  13. data: /opt/tests/mnt/paperless/data
  14. storage:
  15. data:
  16. type: ix_volume
  17. ix_volume_config:
  18. dataset_name: data
  19. create_host_path: true
  20. additional_storage: []