41 lines
863 B
YAML
41 lines
863 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ich777/mindustry-server
|
|
tag: latest@sha256:272d4455325d22807d8de704deaa335a995c12aafe5e9530bf3b14a2793ed205
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /mindustry
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6567
|
|
protocol: tcp
|
|
targetPort: 6567
|
|
udpgameport:
|
|
enabled: true
|
|
ports:
|
|
udpgameport:
|
|
enabled: true
|
|
port: 6567
|
|
protocol: udp
|
|
targetPort: 6567
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
GAME_PARAMS: ""
|
|
GAME_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
|
SRV_NAME: DockerMindustry
|