basic-values.yaml 415 B

123456789101112131415161718192021222324252627
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. octoprint:
  7. devices: []
  8. video_enable: false
  9. network:
  10. host_network: false
  11. web_port:
  12. bind_mode: published
  13. port_number: 34567
  14. ix_volumes:
  15. octoprint-data: /opt/tests/mnt/octoprint-data
  16. storage:
  17. data:
  18. type: ix_volume
  19. ix_volume_config:
  20. dataset_name: octoprint-data
  21. create_host_path: true
  22. additional_storage: []