38 lines
794 B
YAML
38 lines
794 B
YAML
env:
|
|
GAME_PARAMS: ""
|
|
GAME_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
|
SRV_NAME: DockerMindustry
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/mindustry
|
|
tag: latest@sha256:f7827264066d9d030e1cecaa3c4637706d43371ed0b9bc1374940c8b68a00b2b
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /mindustry
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6567
|
|
protocol: TCP
|
|
targetPort: 6567
|
|
udpgameport:
|
|
enabled: true
|
|
ports:
|
|
udpgameport:
|
|
enabled: true
|
|
port: 6567
|
|
protocol: UDP
|
|
targetPort: 6567
|
|
|
|
portal:
|
|
enabled: true
|