ix_values.yaml 718 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. image:
  2. repository: ryshe/terraria
  3. pullPolicy: IfNotPresent
  4. tag: tshock-1.4.4.9-1.5.3-2
  5. vanillaImage:
  6. repository: ryshe/terraria
  7. pullPolicy: IfNotPresent
  8. tag: vanilla-1.4.4.9
  9. ci: false
  10. resources:
  11. limits:
  12. cpu: 4000m
  13. memory: 8Gi
  14. terrariaConfig:
  15. imageSelector: image
  16. worldSeed: ''
  17. worldName: world
  18. worldEvil: random
  19. worldSize: small
  20. worldDifficulty: normal
  21. maxPlayers: 8
  22. password: ''
  23. secure: false
  24. forceUpdate: false
  25. additionalEnvs: []
  26. additionalArgs: []
  27. terrariaNetwork:
  28. serverPort: 30000
  29. hostNetwork: false
  30. terrariaStorage:
  31. world:
  32. type: ixVolume
  33. hostPath: ''
  34. datasetName: world
  35. plugins:
  36. type: ixVolume
  37. hostPath: ''
  38. datasetName: plugins