catalog/incubator/starmade/2.0.10/ix_values.yaml

34 lines
689 B
YAML

env:
DATA_PERM: "770"
DL_URL: http://files.star-made.org/StarMade-Starter.jar
GAME_PARAMS: ""
RUNTIME_NAME: basicjre
STARTER_PARAMS: -nogui
UMASK: "000"
XMS_SIZE: "1024"
XMX_SIZE: "1024"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/starmade
tag: latest@sha256:69833efa59ddb750bff98cb75d0b3c4d467f72f3bacdc5cdf57042eff8fbc723
persistence:
serverfiles:
enabled: true
mountPath: /starmade
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 4242
protocol: TCP
targetPort: 4242
portal:
enabled: true