TrueChartsClone/charts/stable/starmade/values.yaml

37 lines
798 B
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/starmade-server
tag: latest@sha256:b397636e3156a6aba4d86edb99e58e76da8450b54f6f7631f602f32557c909c0
persistence:
serverfiles:
enabled: true
mountPath: /starmade
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 4242
protocol: tcp
targetPort: 4242
workload:
main:
podSpec:
containers:
main:
env:
DATA_PERM: "770"
DL_URL: http://files.star-made.org/StarMade-Starter.jar
GAME_PARAMS: ""
RUNTIME_NAME: basicjre
STARTER_PARAMS: -nogui
XMS_SIZE: "1024"
XMX_SIZE: "1024"