basic-values.yaml 427 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. prowlarr:
  6. instance_name: My Prowlarr
  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. storage:
  19. config:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: config
  23. create_host_path: true
  24. additional_storage: []