basic-values.yaml 640 B

123456789101112131415161718192021222324252627282930313233
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. jellystat:
  6. postgres_image_selector: postgres_17_image
  7. db_password: secret
  8. jwt_secret: secret
  9. is_emby_api: false
  10. additional_envs: []
  11. network:
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. ix_volumes:
  16. backup: /opt/tests/mnt/jellystat/backup
  17. postgres_data: /opt/tests/mnt/jellystat/postgres_data
  18. storage:
  19. backup:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: backup
  23. create_host_path: true
  24. postgres_data:
  25. type: ix_volume
  26. ix_volume_config:
  27. dataset_name: postgres_data
  28. create_host_path: true
  29. additional_storage: []