vanilla-values.yaml 923 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ci: true
  6. terraria:
  7. image_selector: vanilla_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: 8080
  24. tshock_api_port:
  25. bind_mode: ""
  26. ix_volumes:
  27. config: /opt/tests/mnt/config
  28. world: /opt/tests/mnt/world
  29. plugins: /opt/tests/mnt/plugins
  30. storage:
  31. config:
  32. type: ix_volume
  33. ix_volume_config:
  34. dataset_name: config
  35. create_host_path: true
  36. world:
  37. type: ix_volume
  38. ix_volume_config:
  39. dataset_name: world
  40. create_host_path: true
  41. plugins:
  42. type: ix_volume
  43. ix_volume_config:
  44. dataset_name: plugins
  45. create_host_path: true
  46. additional_storage: []