basic-values.yaml 530 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. notifiarr:
  6. hostname: my-host
  7. api_key: exactly-36-characters-long-stringgg
  8. monitor_disks: true
  9. mount_utmp: true
  10. additional_envs: []
  11. network:
  12. host_network: false
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. certificate_id: null
  17. run_as:
  18. user: 568
  19. group: 568
  20. ix_volumes:
  21. config: /opt/tests/mnt/config
  22. storage:
  23. config:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: config
  27. create_host_path: true
  28. additional_storage: []