mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
43 lines
684 B
YAML
43 lines
684 B
YAML
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: 30030
|
|
hostNetwork: false
|
|
|
|
terrariaStorage:
|
|
world:
|
|
type: ixVolume
|
|
datasetName: world
|
|
plugins:
|
|
type: ixVolume
|
|
datasetName: plugins
|