58 lines
950 B
YAML
58 lines
950 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/memories-of-mars
|
|
tag: latest@sha256:9dce6a699d82fca9dc4a44de393b060c606d22601469672e528b703239fa2697
|
|
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
secretEnv:
|
|
USERNAME: ""
|
|
PASSWRD: ""
|
|
|
|
env:
|
|
GAME_ID: "897590"
|
|
GAME_PARAMS: ""
|
|
MULTIHOME: ""
|
|
VALIDATE: false
|
|
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 7777
|
|
protocol: UDP
|
|
targetPort: 7777
|
|
beaconport:
|
|
enabled: true
|
|
ports:
|
|
beaconport:
|
|
enabled: true
|
|
port: 15000
|
|
protocol: UDP
|
|
targetPort: 15000
|
|
|
|
persistence:
|
|
serverfiles:
|
|
enabled: true
|
|
mountPath: /serverdata/serverfiles
|
|
steamcmd:
|
|
enabled: true
|
|
mountPath: /serverdata/steamcmd
|
|
|
|
portal:
|
|
enabled: true
|