Files
truecharts/charts/incubator/starmade/values.yaml
T
TrueCharts BotandGitHub e3b5269604 chore(deps): update docker general non-major (#4189)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-26 08:43:15 +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:a49652cdbb8dd93b8b8c70691a5ae953cd54e47aaa4108078b6e4ccd3ee2f3c6
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