basic-values.yaml 442 B

123456789101112131415161718192021222324252627282930
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Europe/Athens
  6. byparr:
  7. additional_envs: []
  8. network:
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. host_network: false
  13. run_as:
  14. user: 568
  15. group: 568
  16. ix_volumes:
  17. screenshots: /opt/tests/mnt/byparr/screenshots
  18. storage:
  19. screenshots:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: screenshots
  23. create_host_path: true
  24. additional_storage: []