hostnet-values.yaml 619 B

12345678910111213141516171819202122232425262728293031323334353637
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. prometheus:
  6. retention_time: 1d
  7. retention_size: 1GB
  8. wal_compression: true
  9. additional_args: []
  10. additional_envs: []
  11. network:
  12. host_network: true
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. run_as:
  17. user: 568
  18. group: 568
  19. ix_volumes:
  20. config: /opt/tests/mnt/config
  21. data: /opt/tests/mnt/data
  22. storage:
  23. config:
  24. type: ix_volume
  25. ix_volume_config:
  26. dataset_name: config
  27. create_host_path: true
  28. data:
  29. type: ix_volume
  30. ix_volume_config:
  31. dataset_name: data
  32. create_host_path: true
  33. additional_storage: []