123456789101112131415161718192021222324252627282930313233343536373839404142 |
- image:
- repository: ryshe/terraria
- pullPolicy: IfNotPresent
- tag: tshock-1.4.4.9-1.5.3-2
- vanillaImage:
- repository: ryshe/terraria
- pullPolicy: IfNotPresent
- tag: vanilla-1.4.4.9
- ci: false
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- terrariaConfig:
- imageSelector: image
- worldSeed: ''
- worldName: world
- worldEvil: random
- worldSize: small
- worldDifficulty: normal
- maxPlayers: 8
- password: ''
- secure: false
- forceUpdate: false
- additionalEnvs: []
- additionalArgs: []
- terrariaNetwork:
- serverPort: 30000
- hostNetwork: false
- terrariaStorage:
- world:
- type: ixVolume
- datasetName: world
- plugins:
- type: ixVolume
- datasetName: plugins
|