TrueChartsClone/charts/stable/starmade/values.yaml

37 lines
798 B
YAML

image:
pullPolicy: IfNotPresent
repository: ich777/starmade-server
tag: latest@sha256:f64ff6309ffac24bcc949c0ee1c717a87359a48a368f2938c086c3fe4517d88b
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"