basic-values.yaml 536 B

12345678910111213141516171819202122232425262728293031323334
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. syncthing:
  6. additional_envs: []
  7. network:
  8. host_network: false
  9. web_port:
  10. bind_mode: published
  11. port_number: 8080
  12. tcp_port:
  13. bind_mode: published
  14. port_number: 22000
  15. udp_port:
  16. bind_mode: published
  17. port_number: 22000
  18. certificate_id:
  19. run_as:
  20. user: 568
  21. group: 568
  22. ix_volumes:
  23. config: /opt/tests/mnt/config
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. additional_storage: []