basic-values.yaml 379 B

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