basic-values.yaml 917 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/Utc
  6. urbackup:
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. web_port:
  11. bind_mode: published
  12. port_number: 25414
  13. backup_port_1:
  14. bind_mode: published
  15. port_number: 25413
  16. backup_port_2:
  17. bind_mode: published
  18. port_number: 25415
  19. backup_port_3:
  20. bind_mode: published
  21. port_number: 25623
  22. run_as:
  23. user: 568
  24. group: 568
  25. ix_volumes:
  26. backups: /opt/tests/mnt/urbackup/backups
  27. database: /opt/tests/mnt/urbackup/database
  28. logs: /opt/tests/mnt/urbackup/log
  29. storage:
  30. backups:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: backups
  34. create_host_path: true
  35. database:
  36. type: ix_volume
  37. ix_volume_config:
  38. dataset_name: database
  39. create_host_path: true
  40. logs:
  41. type: ix_volume
  42. ix_volume_config:
  43. dataset_name: logs
  44. create_host_path: true
  45. additional_storage: []