extra-values.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. palworld:
  6. admin_password: asdfhjfgk7!@^&$1asdf
  7. server:
  8. name: TrueNAS Palworld Server
  9. description: Palworld Server running on TrueNAS
  10. password: ''
  11. backup:
  12. enabled: false
  13. interval: 60
  14. keep: 3
  15. game_params:
  16. - EpicApp=PalServer
  17. game_params_extra:
  18. - -useperfthreads
  19. - -NoAsyncLoadingThread
  20. - -UseMultithreadForDS
  21. ini_keys:
  22. - key: PlayerDamageRateAttack
  23. value: "1.000000"
  24. - key: DropItemMaxNum
  25. value: "4000"
  26. - key: Region
  27. value: ""
  28. - key: PalEggDefaultHatchingTime
  29. value: "72.450000"
  30. - key: bEnablePlayerToPlayerDamage
  31. value: "True"
  32. update_public_ip: false
  33. validate: false
  34. username: ''
  35. password: ''
  36. additional_envs: []
  37. network:
  38. host_network: false
  39. server_port:
  40. bind_mode: published
  41. port_number: 27015
  42. rcon_port:
  43. bind_mode: published
  44. port_number: 27016
  45. run_as:
  46. user: 568
  47. group: 568
  48. ix_volumes:
  49. steamcmd: /opt/tests/mnt/steamcmd
  50. server: /opt/tests/mnt/server
  51. storage:
  52. steamcmd:
  53. type: ix_volume
  54. ix_volume_config:
  55. dataset_name: steamcmd
  56. create_host_path: true
  57. server:
  58. type: ix_volume
  59. ix_volume_config:
  60. dataset_name: server
  61. create_host_path: true
  62. additional_storage:
  63. - type: anonymous
  64. mount_path: /scratchpad
  65. volume_config:
  66. nocopy: true