Files
truecharts/charts/incubator/starmade/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

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:701db030d3e084f3915ec6260a4c9638d9d859780c8c58c8184bfd24f1c9c53b
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