basic-values.yaml 944 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ci: true
  6. terraria:
  7. image_selector: image
  8. world_seed: ''
  9. world_name: world
  10. world_evil: random
  11. world_size: small
  12. world_difficulty: normal
  13. max_players: 8
  14. password: ''
  15. secure: false
  16. force_update: false
  17. additional_args: []
  18. additional_envs: []
  19. network:
  20. host_network: false
  21. server_port:
  22. bind_mode: published
  23. port_number: 8081
  24. tshock_api_port:
  25. bind_mode: published
  26. port_number: 8082
  27. ix_volumes:
  28. config: /opt/tests/mnt/config
  29. world: /opt/tests/mnt/world
  30. plugins: /opt/tests/mnt/plugins
  31. storage:
  32. config:
  33. type: ix_volume
  34. ix_volume_config:
  35. dataset_name: config
  36. create_host_path: true
  37. world:
  38. type: ix_volume
  39. ix_volume_config:
  40. dataset_name: world
  41. create_host_path: true
  42. plugins:
  43. type: ix_volume
  44. ix_volume_config:
  45. dataset_name: plugins
  46. create_host_path: true
  47. additional_storage: []