ix_values.yaml 684 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. image:
  2. repository: ryshe/terraria
  3. pullPolicy: IfNotPresent
  4. tag: tshock-1.4.4.9-5.2.0-3
  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: 30030
  29. hostNetwork: false
  30. terrariaStorage:
  31. world:
  32. type: ixVolume
  33. datasetName: world
  34. plugins:
  35. type: ixVolume
  36. datasetName: plugins